Class: Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice::SliceSpec::Value

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#float_value::Float

Returns Float type.

Returns:

  • (::Float)

    Float type.



184
185
186
187
# File 'proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb', line 184

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

#string_value::String

Returns String type.

Returns:

  • (::String)

    String type.



184
185
186
187
# File 'proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb', line 184

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