Class ScaleType (2.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
ScaleType(value)
The type of scaling that should be applied to this parameter.
Enums
Name
Description
SCALE_TYPE_UNSPECIFIED
By default, no scaling is applied.
UNIT_LINEAR_SCALE
Scales the feasible space to (0, 1) linearly.
UNIT_LOG_SCALE
Scales the feasible space logarithmically to (0, 1). The entire feasible space must be strictly positive.
UNIT_REVERSE_LOG_SCALE
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.
Methods
ScaleType
ScaleType(value)
The type of scaling that should be applied to this parameter.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-08 UTC."],[],[]]