You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::EvaluationResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The evaluation results for the training of a model.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#f1_scoreFloat

The F1 score for the evaluation of all labels. The F1 score metric evaluates the overall precision and recall performance of the model as a single value. A higher value indicates better precision and recall performance. A lower score indicates that precision, recall, or both are performing poorly.

Returns:

  • (Float)

    The F1 score for the evaluation of all labels.

#summaryTypes::Summary

The S3 bucket that contains the training summary.

Returns:

  • (Types::Summary)

    The S3 bucket that contains the training summary.