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

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

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

    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.



368
369
370
371
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 368

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

#max_value::Integer

Returns Required. Inclusive maximum value of the parameter.

Returns:

  • (::Integer)

    Required. Inclusive maximum value of the parameter.



368
369
370
371
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 368

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

#min_value::Integer

Returns Required. Inclusive minimum value of the parameter.

Returns:

  • (::Integer)

    Required. Inclusive minimum value of the parameter.



368
369
370
371
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 368

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