Cloud AI Platform v1 API - Enum StudySpec.Types.ParameterSpec.Types.ScaleType (2.27.0)

public enum StudySpec.Types.ParameterSpec.Types.ScaleType

Reference documentation and code samples for the Cloud AI Platform v1 API enum StudySpec.Types.ParameterSpec.Types.ScaleType.

The type of scaling that should be applied to this parameter.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
UnitLinearScale

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

UnitLogScale

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

UnitReverseLogScale

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.

Unspecified

By default, no scaling is applied.