EntityRecognizerDocuments
public struct EntityRecognizerDocuments : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the Amazon S3 location where the training documents for an entity recognizer are located. The URI must be in the same region as the API endpoint that you are calling.
Declaration
Swift
public let s3Uri: String
-
Undocumented
Declaration
Swift
public init(s3Uri: String)
-
Declaration
Swift
public func validate(name: String) throws