Class: Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::IntegerValueSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::IntegerValueSpec
- 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
-
#default_value ⇒ ::Integer
A default value for an
INTEGERparameter that is assumed to be a relatively good starting point. -
#max_value ⇒ ::Integer
Required.
-
#min_value ⇒ ::Integer
Required.
Instance Attribute Details
#default_value ⇒ ::Integer
386 387 388 389 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 386 class IntegerValueSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_value ⇒ ::Integer
386 387 388 389 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 386 class IntegerValueSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_value ⇒ ::Integer
386 387 388 389 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 386 class IntegerValueSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |