InputDataConfig
public struct InputDataConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that uniquely identifies the permissions you’ve given Amazon Transcribe to access your Amazon S3 buckets containing your media files or text data.
Declaration
Swift
public let dataAccessRoleArn: String
-
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
Declaration
Swift
public let s3Uri: String
-
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
Declaration
Swift
public let tuningDataS3Uri: String?
-
Undocumented
Declaration
Swift
public init(dataAccessRoleArn: String, s3Uri: String, tuningDataS3Uri: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws