Interface EvaluationConfigOrBuilder (0.161.0)

public interface EvaluationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
BoundingBoxEvaluationOptionsOrBuilder

getVerticalOptionCase()

public abstract EvaluationConfig.VerticalOptionCase getVerticalOptionCase()
Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the boundingBoxEvaluationOptions field is set.