Class: Google::Cloud::DataLabeling::V1beta1::Evaluation
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::Evaluation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb
Overview
Describes an evaluation between a machine learning model's predictions and ground truth labels. Created when an EvaluationJob runs successfully.
Instance Attribute Summary collapse
-
#annotation_type ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationType
Output only.
-
#config ⇒ ::Google::Cloud::DataLabeling::V1beta1::EvaluationConfig
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#evaluated_item_count ⇒ ::Integer
Output only.
-
#evaluation_job_run_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#evaluation_metrics ⇒ ::Google::Cloud::DataLabeling::V1beta1::EvaluationMetrics
Output only.
-
#name ⇒ ::String
Output only.
Instance Attribute Details
#annotation_type ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationType
Returns Output only. Type of task that the model version being evaluated performs, as defined in the
evaluationJobConfig.inputConfig.annotationType field of the evaluation job that created this evaluation.
58 59 60 61 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 58 class Evaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#config ⇒ ::Google::Cloud::DataLabeling::V1beta1::EvaluationConfig
Returns Output only. Options used in the evaluation job that created this evaluation.
58 59 60 61 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 58 class Evaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. Timestamp for when this evaluation was created.
58 59 60 61 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 58 class Evaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#evaluated_item_count ⇒ ::Integer
Returns Output only. The number of items in the ground truth dataset that were used for this evaluation. Only populated when the evaulation is for certain AnnotationTypes.
58 59 60 61 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 58 class Evaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#evaluation_job_run_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. Timestamp for when the evaluation job that created this evaluation ran.
58 59 60 61 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 58 class Evaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#evaluation_metrics ⇒ ::Google::Cloud::DataLabeling::V1beta1::EvaluationMetrics
Returns Output only. Metrics comparing predictions to ground truth labels.
58 59 60 61 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 58 class Evaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Output only. Resource name of an evaluation. The name has the following format:
"projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}'.
58 59 60 61 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 58 class Evaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |