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.
|
ModelEvaluationSlice.Slice.SliceSpec |
getSliceSpec()
Output only.
|
ModelEvaluationSlice.Slice.SliceSpecOrBuilder |
getSliceSpecOrBuilder()
Output only.
|
String |
getValue()
Output only.
|
com.google.protobuf.ByteString |
getValueBytes()
Output only.
|
boolean |
hasSliceSpec()
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.v1.AnnotationSpec.display_name]
equals to
[value][google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.value].
* `slice`: This slice is a user customized slice defined by its
SliceSpec.
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.v1.AnnotationSpec.display_name]
equals to
[value][google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.value].
* `slice`: This slice is a user customized slice defined by its
SliceSpec.
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];boolean hasSliceSpec()
Output only. Specification for how the data was sliced.
.google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec slice_spec = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ModelEvaluationSlice.Slice.SliceSpec getSliceSpec()
Output only. Specification for how the data was sliced.
.google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec slice_spec = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ModelEvaluationSlice.Slice.SliceSpecOrBuilder getSliceSpecOrBuilder()
Output only. Specification for how the data was sliced.
.google.cloud.aiplatform.v1.ModelEvaluationSlice.Slice.SliceSpec slice_spec = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.