Class: Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::IntegerValueSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::IntegerValueSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/study.rb
Overview
Value specification for a parameter in INTEGER
type.
Instance Attribute Summary collapse
-
#default_value ⇒ ::Integer
A default value for an
INTEGER
parameter that is assumed to be a relatively good starting point. -
#max_value ⇒ ::Integer
Required.
-
#min_value ⇒ ::Integer
Required.
Instance Attribute Details
#default_value ⇒ ::Integer
Returns A default value for an INTEGER
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.
306 307 308 309 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 306 class IntegerValueSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_value ⇒ ::Integer
Returns Required. Inclusive maximum value of the parameter.
306 307 308 309 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 306 class IntegerValueSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_value ⇒ ::Integer
Returns Required. Inclusive minimum value of the parameter.
306 307 308 309 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 306 class IntegerValueSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |