Class: Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::CategoricalValueSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::CategoricalValueSpec
- 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 CATEGORICAL
type.
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
A default value for a
CATEGORICAL
parameter that is assumed to be a relatively good starting point. -
#values ⇒ ::Array<::String>
Required.
Instance Attribute Details
#default_value ⇒ ::String
Returns A default value for a CATEGORICAL
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.
323 324 325 326 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 323 class CategoricalValueSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#values ⇒ ::Array<::String>
Returns Required. The list of possible categories.
323 324 325 326 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 323 class CategoricalValueSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |