EntityRecognizerMetadataEntityTypesListItem
public struct EntityRecognizerMetadataEntityTypesListItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
Declaration
Swift
public let evaluationMetrics: EntityTypesEvaluationMetrics?
-
Indicates the number of times the given entity type was seen in the training data.
Declaration
Swift
public let numberOfTrainMentions: Int?
-
Type of entity from the list of entity types in the metadata of an entity recognizer.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(evaluationMetrics: EntityTypesEvaluationMetrics? = nil, numberOfTrainMentions: Int? = nil, type: String? = nil)