Class: Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::CategoricalValueSpec

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.



385
386
387
388
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 385

class CategoricalValueSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#values::Array<::String>

Returns Required. The list of possible categories.

Returns:

  • (::Array<::String>)

    Required. The list of possible categories.



385
386
387
388
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 385

class CategoricalValueSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end