Google Cloud Datalabeling V1beta1Evaluation Config Response
data class GoogleCloudDatalabelingV1beta1EvaluationConfigResponse(val boundingBoxEvaluationOptions: GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptionsResponse)
Configuration details used for calculating evaluation metrics and creating an Evaluation.
Constructors
Link copied to clipboard
constructor(boundingBoxEvaluationOptions: GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptionsResponse)
Properties
Link copied to clipboard
val boundingBoxEvaluationOptions: GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptionsResponse
Only specify this field if the related model performs image object detection (IMAGE_BOUNDING_BOX_ANNOTATION
). Describes how to evaluate bounding boxes.