Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::IntegerValueSpec (v0.9.1)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::IntegerValueSpec.

Value specification for a parameter in INTEGER type.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#default_value

def default_value() -> ::Integer
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 HyperparamterTuningJob or TrainingPipeline.

#default_value=

def default_value=(value) -> ::Integer
Parameter
  • value (::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 HyperparamterTuningJob 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 HyperparamterTuningJob or TrainingPipeline.

#max_value

def max_value() -> ::Integer
Returns
  • (::Integer) — Required. Inclusive maximum value of the parameter.

#max_value=

def max_value=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. Inclusive maximum value of the parameter.
Returns
  • (::Integer) — Required. Inclusive maximum value of the parameter.

#min_value

def min_value() -> ::Integer
Returns
  • (::Integer) — Required. Inclusive minimum value of the parameter.

#min_value=

def min_value=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. Inclusive minimum value of the parameter.
Returns
  • (::Integer) — Required. Inclusive minimum value of the parameter.