Class: Google::Cloud::AIPlatform::V1::Value
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Value
- 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
-
#double_value ⇒ ::Float
A double value.
-
#int_value ⇒ ::Integer
An integer value.
-
#string_value ⇒ ::String
A string value.
Instance Attribute Details
#double_value ⇒ ::Float
Returns 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 |