Interface ObjectDetectionMetricsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ObjectDetectionMetrics, ObjectDetectionMetrics.Builder

    public interface ObjectDetectionMetricsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PrCurve getPrCurve()
      Precision-recall curve.
      PrCurveOrBuilder getPrCurveOrBuilder()
      Precision-recall curve.
      boolean hasPrCurve()
      Precision-recall curve.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasPrCurve

        boolean hasPrCurve()
         Precision-recall curve.
         
        .google.cloud.datalabeling.v1beta1.PrCurve pr_curve = 1;
        Returns:
        Whether the prCurve field is set.
      • getPrCurve

        PrCurve getPrCurve()
         Precision-recall curve.
         
        .google.cloud.datalabeling.v1beta1.PrCurve pr_curve = 1;
        Returns:
        The prCurve.
      • getPrCurveOrBuilder

        PrCurveOrBuilder getPrCurveOrBuilder()
         Precision-recall curve.
         
        .google.cloud.datalabeling.v1beta1.PrCurve pr_curve = 1;