ClassifierMetadata
public struct ClassifierMetadata : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Describes the result metrics for the test data associated with an documentation classifier. DeclarationSwift public let evaluationMetrics: ClassifierEvaluationMetrics?
- 
                  
                  The number of labels in the input data. DeclarationSwift public let numberOfLabels: Int?
- 
                  
                  The number of documents in the input data that were used to test the classifier. Typically this is 10 to 20 percent of the input documents, up to 10,000 documents. DeclarationSwift public let numberOfTestDocuments: Int?
- 
                  
                  The number of documents in the input data that were used to train the classifier. Typically this is 80 to 90 percent of the input documents. DeclarationSwift public let numberOfTrainedDocuments: Int?
- 
                  
                  Undocumented DeclarationSwift public init(evaluationMetrics: ClassifierEvaluationMetrics? = nil, numberOfLabels: Int? = nil, numberOfTestDocuments: Int? = nil, numberOfTrainedDocuments: Int? = nil)
 View on GitHub
View on GitHub ClassifierMetadata Structure Reference
        ClassifierMetadata Structure Reference