EvaluationResult

public struct EvaluationResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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

    Swift

    public let f1Score: Float?
  • The S3 bucket that contains the training summary.

    Declaration

    Swift

    public let summary: Summary?
  • Undocumented

    Declaration

    Swift

    public init(f1Score: Float? = nil, summary: Summary? = nil)