class Aws::TranscribeService::Types::InputDataConfig
The object that contains the Amazon S3 object location and access role required to train and tune your custom language model.
@note When making an API call, you may pass InputDataConfig
data as a hash: { s3_uri: "Uri", # required tuning_data_s3_uri: "Uri", data_access_role_arn: "DataAccessRoleArn", # required }
@!attribute [rw] s3_uri
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model. @return [String]
@!attribute [rw] tuning_data_s3_uri
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model. @return [String]
@!attribute [rw] data_access_role_arn
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/InputDataConfig AWS API Documentation
Constants
- SENSITIVE