EntityRecognizerMetadata
public struct EntityRecognizerMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Entity types from the metadata of an entity recognizer.
Declaration
Swift
public let entityTypes: [EntityRecognizerMetadataEntityTypesListItem]?
-
Detailed information about the accuracy of an entity recognizer.
Declaration
Swift
public let evaluationMetrics: EntityRecognizerEvaluationMetrics?
-
The number of documents in the input data that were used to test the entity recognizer. Typically this is 10 to 20 percent of the input documents.
Declaration
Swift
public let numberOfTestDocuments: Int?
-
The number of documents in the input data that were used to train the entity recognizer. Typically this is 80 to 90 percent of the input documents.
Declaration
Swift
public let numberOfTrainedDocuments: Int?
-
Undocumented
Declaration
Swift
public init(entityTypes: [EntityRecognizerMetadataEntityTypesListItem]? = nil, evaluationMetrics: EntityRecognizerEvaluationMetrics? = nil, numberOfTestDocuments: Int? = nil, numberOfTrainedDocuments: Int? = nil)