AWSComprehendClassifierMetadata
Objective-C
@interface AWSComprehendClassifierMetadata
Swift
class AWSComprehendClassifierMetadata
Provides information about a document classifier.
-
Describes the result metrics for the test data associated with an documentation classifier.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendClassifierEvaluationMetrics *_Nullable evaluationMetrics;
Swift
var evaluationMetrics: AWSComprehendClassifierEvaluationMetrics? { get set }
-
The number of labels in the input data.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable numberOfLabels;
Swift
var numberOfLabels: NSNumber? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable numberOfTestDocuments;
Swift
var numberOfTestDocuments: NSNumber? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable numberOfTrainedDocuments;
Swift
var numberOfTrainedDocuments: NSNumber? { get set }