Google Cloud Datalabeling V1beta1Evaluation Config Args
data class GoogleCloudDatalabelingV1beta1EvaluationConfigArgs(val boundingBoxEvaluationOptions: Output<GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptionsArgs>? = null) : ConvertibleToJava<GoogleCloudDatalabelingV1beta1EvaluationConfigArgs>
Configuration details used for calculating evaluation metrics and creating an Evaluation.
Constructors
Link copied to clipboard
constructor(boundingBoxEvaluationOptions: Output<GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptionsArgs>? = null)
Properties
Link copied to clipboard
val boundingBoxEvaluationOptions: Output<GoogleCloudDatalabelingV1beta1BoundingBoxEvaluationOptionsArgs>? = null
Only specify this field if the related model performs image object detection (IMAGE_BOUNDING_BOX_ANNOTATION
). Describes how to evaluate bounding boxes.