Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::EvaluationConfig.
Configuration details used for calculating evaluation metrics and creating an Evaluation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bounding_box_evaluation_options
def bounding_box_evaluation_options() -> ::Google::Cloud::DataLabeling::V1beta1::BoundingBoxEvaluationOptions
Returns
-
(::Google::Cloud::DataLabeling::V1beta1::BoundingBoxEvaluationOptions) — Only specify this field if the related model performs image object
detection (
IMAGE_BOUNDING_BOX_ANNOTATION
). Describes how to evaluate bounding boxes.
#bounding_box_evaluation_options=
def bounding_box_evaluation_options=(value) -> ::Google::Cloud::DataLabeling::V1beta1::BoundingBoxEvaluationOptions
Parameter
-
value (::Google::Cloud::DataLabeling::V1beta1::BoundingBoxEvaluationOptions) — Only specify this field if the related model performs image object
detection (
IMAGE_BOUNDING_BOX_ANNOTATION
). Describes how to evaluate bounding boxes.
Returns
-
(::Google::Cloud::DataLabeling::V1beta1::BoundingBoxEvaluationOptions) — Only specify this field if the related model performs image object
detection (
IMAGE_BOUNDING_BOX_ANNOTATION
). Describes how to evaluate bounding boxes.