GoogleCloudMlV1__ParameterSpecScaleType

enum GoogleCloudMlV1__ParameterSpecScaleType : Enum<GoogleCloudMlV1__ParameterSpecScaleType> , ConvertibleToJava<GoogleCloudMlV1__ParameterSpecScaleType>

Optional. How the parameter should be scaled to the hypercube. Leave unset for categorical parameters. Some kind of scaling is strongly recommended for real or integral parameters (e.g., UNIT_LINEAR_SCALE).

Entries

Link copied to clipboard

By default, no scaling is applied.

Link copied to clipboard

Scales the feasible space to (0, 1) linearly.

Link copied to clipboard

Scales the feasible space logarithmically to (0, 1). The entire feasible space must be strictly positive.

Link copied to clipboard

Scales the feasible space "reverse" logarithmically to (0, 1). The result is that values close to the top of the feasible space are spread out more than points near the bottom. The entire feasible space must be strictly positive.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1__ParameterSpecScaleType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudMlV1__ParameterSpecScaleType
Link copied to clipboard
Link copied to clipboard