AWSRekognitionEvaluationResult

Objective-C

@interface AWSRekognitionEvaluationResult

Swift

class AWSRekognitionEvaluationResult

The evaluation results for the training of a model.

  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable f1Score;

    Swift

    var f1Score: NSNumber? { get set }
  • The S3 bucket that contains the training summary.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSRekognitionSummary *_Nullable summary;

    Swift

    var summary: AWSRekognitionSummary? { get set }