Class: Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice::SliceSpec::Value
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice::SliceSpec::Value
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb
Overview
Single value that supports strings and floats.
Instance Attribute Summary collapse
-
#float_value ⇒ ::Float
Float type.
-
#string_value ⇒ ::String
String type.
Instance Attribute Details
#float_value ⇒ ::Float
Returns 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.
194 195 196 197 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb', line 194 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#string_value ⇒ ::String
Returns 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.
194 195 196 197 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb', line 194 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |