Class: Google::Cloud::AIPlatform::V1::Value

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

Overview

Value is the value of the field.

Instance Attribute Summary collapse

Instance Attribute Details

#double_value::Float

Returns A double value.

Returns:

  • (::Float)

    A double value.



34
35
36
37
# File 'proto_docs/google/cloud/aiplatform/v1/value.rb', line 34

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

#int_value::Integer

Returns An integer value.

Returns:

  • (::Integer)

    An integer value.



34
35
36
37
# File 'proto_docs/google/cloud/aiplatform/v1/value.rb', line 34

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

#string_value::String

Returns A string value.

Returns:

  • (::String)

    A string value.



34
35
36
37
# File 'proto_docs/google/cloud/aiplatform/v1/value.rb', line 34

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