EntityRecognizerInputDataConfig
public struct EntityRecognizerInputDataConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
S3 location of the annotations file for an entity recognizer.
Declaration
Swift
public let annotations: EntityRecognizerAnnotations?
-
S3 location of the documents folder for an entity recognizer
Declaration
Swift
public let documents: EntityRecognizerDocuments
-
S3 location of the entity list for an entity recognizer.
Declaration
Swift
public let entityList: EntityRecognizerEntityList?
-
The entity types in the input data for an entity recognizer. A maximum of 25 entity types can be used at one time to train an entity recognizer.
Declaration
Swift
public let entityTypes: [EntityTypesListItem]
-
Undocumented
Declaration
Swift
public init(annotations: EntityRecognizerAnnotations? = nil, documents: EntityRecognizerDocuments, entityList: EntityRecognizerEntityList? = nil, entityTypes: [EntityTypesListItem])
-
Declaration
Swift
public func validate(name: String) throws