Uses of Class
com.google.cloud.datalabeling.v1beta1.PrCurve
-
Packages that use PrCurve Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of PrCurve in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return PrCurve Modifier and Type Method Description PrCurve
PrCurve.Builder. build()
PrCurve
PrCurve.Builder. buildPartial()
static PrCurve
PrCurve. getDefaultInstance()
PrCurve
PrCurve.Builder. getDefaultInstanceForType()
PrCurve
PrCurve. getDefaultInstanceForType()
PrCurve
ClassificationMetrics.Builder. getPrCurve()
Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels.PrCurve
ClassificationMetrics. getPrCurve()
Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels.PrCurve
ClassificationMetricsOrBuilder. getPrCurve()
Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels.PrCurve
ObjectDetectionMetrics.Builder. getPrCurve()
Precision-recall curve.PrCurve
ObjectDetectionMetrics. getPrCurve()
Precision-recall curve.PrCurve
ObjectDetectionMetricsOrBuilder. getPrCurve()
Precision-recall curve.static PrCurve
PrCurve. parseDelimitedFrom(InputStream input)
static PrCurve
PrCurve. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrCurve
PrCurve. parseFrom(byte[] data)
static PrCurve
PrCurve. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrCurve
PrCurve. parseFrom(com.google.protobuf.ByteString data)
static PrCurve
PrCurve. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrCurve
PrCurve. parseFrom(com.google.protobuf.CodedInputStream input)
static PrCurve
PrCurve. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrCurve
PrCurve. parseFrom(InputStream input)
static PrCurve
PrCurve. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrCurve
PrCurve. parseFrom(ByteBuffer data)
static PrCurve
PrCurve. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type PrCurve Modifier and Type Method Description com.google.protobuf.Parser<PrCurve>
PrCurve. getParserForType()
static com.google.protobuf.Parser<PrCurve>
PrCurve. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type PrCurve Modifier and Type Method Description PrCurve.Builder
PrCurve.Builder. mergeFrom(PrCurve other)
ClassificationMetrics.Builder
ClassificationMetrics.Builder. mergePrCurve(PrCurve value)
Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels.ObjectDetectionMetrics.Builder
ObjectDetectionMetrics.Builder. mergePrCurve(PrCurve value)
Precision-recall curve.static PrCurve.Builder
PrCurve. newBuilder(PrCurve prototype)
ClassificationMetrics.Builder
ClassificationMetrics.Builder. setPrCurve(PrCurve value)
Precision-recall curve based on ground truth labels, predicted labels, and scores for the predicted labels.ObjectDetectionMetrics.Builder
ObjectDetectionMetrics.Builder. setPrCurve(PrCurve value)
Precision-recall curve.
-