Class ModelEvaluation (0.7.1)

Evaluation results of a model.

Model evaluation metrics for translation.

Output only. The ID of the annotation spec that the model evaluation applies to. The The ID is empty for the overall model evaluation.

Output only. The number of examples used for model evaluation, i.e. for which ground truth from time of model creation is compared against the predicted annotations created by the model. For overall ModelEvaluation (i.e. with annotation_spec_id not set) this is the total number of all examples used for evaluation. Otherwise, this is the count of examples that according to the ground truth were annotated by the [annotation_spec_id][google.cloud.automl.v1beta1.ModelE valuation.annotation_spec_id].