Google Cloud Ai Platform V1 Client - Class ScaleType (0.12.0)
Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ScaleType.
The type of scaling that should be applied to this parameter.
Protobuf type google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ScaleType
Methods
name
Parameter
Name
Description
value
mixed
value
Parameter
Name
Description
name
mixed
Constants
SCALE_TYPE_UNSPECIFIED
Value: 0
By default, no scaling is applied.
Generated from protobuf enum SCALE_TYPE_UNSPECIFIED = 0;
UNIT_LINEAR_SCALE
Value: 1
Scales the feasible space to (0, 1) linearly.
Generated from protobuf enum UNIT_LINEAR_SCALE = 1;
UNIT_LOG_SCALE
Value: 2
Scales the feasible space logarithmically to (0, 1). The entire
feasible space must be strictly positive.
Generated from protobuf enum UNIT_LOG_SCALE = 2;
UNIT_REVERSE_LOG_SCALE
Value: 3
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.
Generated from protobuf enum UNIT_REVERSE_LOG_SCALE = 3;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-04 UTC."],[],[]]