Class: Google::Cloud::DataLabeling::V1beta1::EvaluationMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::EvaluationMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb
Instance Attribute Summary collapse
- #classification_metrics ⇒ ::Google::Cloud::DataLabeling::V1beta1::ClassificationMetrics
- #object_detection_metrics ⇒ ::Google::Cloud::DataLabeling::V1beta1::ObjectDetectionMetrics
Instance Attribute Details
#classification_metrics ⇒ ::Google::Cloud::DataLabeling::V1beta1::ClassificationMetrics
93 94 95 96 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 93 class EvaluationMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_detection_metrics ⇒ ::Google::Cloud::DataLabeling::V1beta1::ObjectDetectionMetrics
93 94 95 96 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 93 class EvaluationMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |