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.

Note: The following fields are mutually exclusive: double_value, int_value, string_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Float)

    A double value.

    Note: The following fields are mutually exclusive: double_value, int_value, string_value. If a field in that set is populated, all other fields in the set will automatically be cleared.



40
41
42
43
# File 'proto_docs/google/cloud/aiplatform/v1/value.rb', line 40

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

#int_value::Integer

Returns An integer value.

Note: The following fields are mutually exclusive: int_value, double_value, string_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Integer)

    An integer value.

    Note: The following fields are mutually exclusive: int_value, double_value, string_value. If a field in that set is populated, all other fields in the set will automatically be cleared.



40
41
42
43
# File 'proto_docs/google/cloud/aiplatform/v1/value.rb', line 40

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

#string_value::String

Returns A string value.

Note: The following fields are mutually exclusive: string_value, int_value, double_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    A string value.

    Note: The following fields are mutually exclusive: string_value, int_value, double_value. If a field in that set is populated, all other fields in the set will automatically be cleared.



40
41
42
43
# File 'proto_docs/google/cloud/aiplatform/v1/value.rb', line 40

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