Class: Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::IntValueCondition
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::IntValueCondition
- 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
-
#values ⇒ ::Array<::Integer>
Required.
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.
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 |