Class: Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelEvaluationSlice::Slice
- 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
-
#dimension ⇒ ::String
readonly
Output only.
-
#value ⇒ ::String
readonly
Output only.
Instance Attribute Details
#dimension ⇒ ::String (readonly)
Returns Output only. The dimension of the slice. Well-known dimensions are:
annotationSpec
: This slice is on the test data that has either ground truth or prediction with AnnotationSpec.display_name equals to value.
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 |