public static interface ModelEvaluationSlice.SliceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDimension()
Output only.
|
com.google.protobuf.ByteString |
getDimensionBytes()
Output only.
|
String |
getValue()
Output only.
|
com.google.protobuf.ByteString |
getValueBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDimension()
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][google.cloud.aiplatform.v1beta1.AnnotationSpec.display_name]
equals to [value][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.value].
string dimension = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDimensionBytes()
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][google.cloud.aiplatform.v1beta1.AnnotationSpec.display_name]
equals to [value][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.value].
string dimension = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getValue()
Output only. The value of the dimension in this slice.
string value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getValueBytes()
Output only. The value of the dimension in this slice.
string value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2022 Google LLC. All rights reserved.