Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Value.
Value is the value of the field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#double_value
def double_value() -> ::Float
-
(::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.
#double_value=
def double_value=(value) -> ::Float
-
value (::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.
-
(::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.
#int_value
def int_value() -> ::Integer
-
(::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.
#int_value=
def int_value=(value) -> ::Integer
-
value (::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.
-
(::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.
#string_value
def string_value() -> ::String
-
(::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.
#string_value=
def string_value=(value) -> ::String
-
value (::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.
-
(::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.