Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice::SliceSpec::Value.
Single value that supports strings and floats.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#float_value
def float_value() -> ::Float
-
(::Float) — Float type.
Note: The following fields are mutually exclusive:
float_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#float_value=
def float_value=(value) -> ::Float
-
value (::Float) — Float type.
Note: The following fields are mutually exclusive:
float_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Float) — Float type.
Note: The following fields are mutually exclusive:
float_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) — String type.
Note: The following fields are mutually exclusive:
string_value
,float_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) — String type.
Note: The following fields are mutually exclusive:
string_value
,float_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — String type.
Note: The following fields are mutually exclusive:
string_value
,float_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.