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