public interface EvaluationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBoundingBoxEvaluationOptions()
public abstract 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;
| Type | Description |
| BoundingBoxEvaluationOptions | The boundingBoxEvaluationOptions. |
getBoundingBoxEvaluationOptionsOrBuilder()
public abstract 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;
| Type | Description |
| BoundingBoxEvaluationOptionsOrBuilder |
getVerticalOptionCase()
public abstract EvaluationConfig.VerticalOptionCase getVerticalOptionCase()| Type | Description |
| EvaluationConfig.VerticalOptionCase |
hasBoundingBoxEvaluationOptions()
public abstract 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;
| Type | Description |
| boolean | Whether the boundingBoxEvaluationOptions field is set. |