Class: Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::DiscreteValueCondition
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::ConditionalParameterSpec::DiscreteValueCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/study.rb
Overview
Represents the spec to match discrete values from parent parameter.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::Float>
Required.
Instance Attribute Details
#values ⇒ ::Array<::Float>
Returns Required. Matches values of the parent parameter of 'DISCRETE' type.
All values must exist in discrete_value_spec
of parent parameter.
The Epsilon of the value matching is 1e-10.
438 439 440 441 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 438 class DiscreteValueCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |