Class: Google::Cloud::DataLabeling::V1beta1::EvaluationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::EvaluationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb
Overview
Configuration details used for calculating evaluation metrics and creating an Evaluation.
Instance Attribute Summary collapse
-
#bounding_box_evaluation_options ⇒ ::Google::Cloud::DataLabeling::V1beta1::BoundingBoxEvaluationOptions
Only specify this field if the related model performs image object detection (
IMAGE_BOUNDING_BOX_ANNOTATION
).
Instance Attribute Details
#bounding_box_evaluation_options ⇒ ::Google::Cloud::DataLabeling::V1beta1::BoundingBoxEvaluationOptions
Returns Only specify this field if the related model performs image object
detection (IMAGE_BOUNDING_BOX_ANNOTATION
). Describes how to evaluate
bounding boxes.
70 71 72 73 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 70 class EvaluationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |