Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DoubleValueSpec.
Value specification for a parameter in DOUBLE
type.
Generated from protobuf message google.cloud.aiplatform.v1.StudySpec.ParameterSpec.DoubleValueSpec
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ min_value |
float
Required. Inclusive minimum value of the parameter. |
↳ max_value |
float
Required. Inclusive maximum value of the parameter. |
↳ default_value |
float
A default value for a |
getMinValue
Required. Inclusive minimum value of the parameter.
Generated from protobuf field double min_value = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
float |
setMinValue
Required. Inclusive minimum value of the parameter.
Generated from protobuf field double min_value = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getMaxValue
Required. Inclusive maximum value of the parameter.
Generated from protobuf field double max_value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
float |
setMaxValue
Required. Inclusive maximum value of the parameter.
Generated from protobuf field double max_value = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getDefaultValue
A default value for a DOUBLE
parameter that is assumed to be a
relatively good starting point. Unset value signals that there is no
offered starting point.
Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.
Generated from protobuf field optional double default_value = 4;
Returns | |
---|---|
Type | Description |
float |
hasDefaultValue
clearDefaultValue
setDefaultValue
A default value for a DOUBLE
parameter that is assumed to be a
relatively good starting point. Unset value signals that there is no
offered starting point.
Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.
Generated from protobuf field optional double default_value = 4;
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |