Interface EvaluationConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluationConfig
,EvaluationConfig.Builder
public interface EvaluationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundingBoxEvaluationOptions
getBoundingBoxEvaluationOptions()
Only specify this field if the related model performs image object detection (`IMAGE_BOUNDING_BOX_ANNOTATION`).BoundingBoxEvaluationOptionsOrBuilder
getBoundingBoxEvaluationOptionsOrBuilder()
Only specify this field if the related model performs image object detection (`IMAGE_BOUNDING_BOX_ANNOTATION`).EvaluationConfig.VerticalOptionCase
getVerticalOptionCase()
boolean
hasBoundingBoxEvaluationOptions()
Only specify this field if the related model performs image object detection (`IMAGE_BOUNDING_BOX_ANNOTATION`).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBoundingBoxEvaluationOptions
boolean hasBoundingBoxEvaluationOptions()
Only specify this field if the related model performs image object detection (`IMAGE_BOUNDING_BOX_ANNOTATION`). Describes how to evaluate bounding boxes.
.google.cloud.datalabeling.v1beta1.BoundingBoxEvaluationOptions bounding_box_evaluation_options = 1;
- Returns:
- Whether the boundingBoxEvaluationOptions field is set.
-
getBoundingBoxEvaluationOptions
BoundingBoxEvaluationOptions getBoundingBoxEvaluationOptions()
Only specify this field if the related model performs image object detection (`IMAGE_BOUNDING_BOX_ANNOTATION`). Describes how to evaluate bounding boxes.
.google.cloud.datalabeling.v1beta1.BoundingBoxEvaluationOptions bounding_box_evaluation_options = 1;
- Returns:
- The boundingBoxEvaluationOptions.
-
getBoundingBoxEvaluationOptionsOrBuilder
BoundingBoxEvaluationOptionsOrBuilder getBoundingBoxEvaluationOptionsOrBuilder()
Only specify this field if the related model performs image object detection (`IMAGE_BOUNDING_BOX_ANNOTATION`). Describes how to evaluate bounding boxes.
.google.cloud.datalabeling.v1beta1.BoundingBoxEvaluationOptions bounding_box_evaluation_options = 1;
-
getVerticalOptionCase
EvaluationConfig.VerticalOptionCase getVerticalOptionCase()
-
-