Class: Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::IntValueCondition

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/study.rb

Overview

Represents the spec to match integer values from parent parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Integer>

Returns Required. Matches values of the parent parameter of 'INTEGER' type. All values must lie in integer_value_spec of parent parameter.

Returns:

  • (::Array<::Integer>)

    Required. Matches values of the parent parameter of 'INTEGER' type. All values must lie in integer_value_spec of parent parameter.



448
449
450
451
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 448

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