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

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

Definition of a slice.

Instance Attribute Summary collapse

Instance Attribute Details

#dimension::String (readonly)

Returns Output only. The dimension of the slice. Well-known dimensions are:

Returns:

  • (::String)

    Output only. The dimension of the slice. Well-known dimensions are:



60
61
62
63
# File 'proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb', line 60

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

#value::String (readonly)

Returns Output only. The value of the dimension in this slice.

Returns:

  • (::String)

    Output only. The value of the dimension in this slice.



60
61
62
63
# File 'proto_docs/google/cloud/aiplatform/v1/model_evaluation_slice.rb', line 60

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