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

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 DOUBLE type.

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::Float

Returns 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.

Returns:

  • (::Float)

    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.



348
349
350
351
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 348

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

#max_value::Float

Returns Required. Inclusive maximum value of the parameter.

Returns:

  • (::Float)

    Required. Inclusive maximum value of the parameter.



348
349
350
351
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 348

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

#min_value::Float

Returns Required. Inclusive minimum value of the parameter.

Returns:

  • (::Float)

    Required. Inclusive minimum value of the parameter.



348
349
350
351
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 348

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