Class: Google::Cloud::AIPlatform::V1::StudySpec::ParameterSpec::IntegerValueSpec

Inherits:
Object
  • Object
show all
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

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