public static interface InputDataConfig.Builder extends SdkPojo, CopyableBuilder<InputDataConfig.Builder,InputDataConfig>
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
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.
|
InputDataConfig.Builder |
s3Uri(String s3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language
model.
|
InputDataConfig.Builder |
tuningDataS3Uri(String tuningDataS3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language
model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDataConfig.Builder s3Uri(String s3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
s3Uri - The Amazon S3 prefix you specify to access the plain text files that you use to train your custom
language model.InputDataConfig.Builder tuningDataS3Uri(String tuningDataS3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
tuningDataS3Uri - The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom
language model.InputDataConfig.Builder dataAccessRoleArn(String dataAccessRoleArn)
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.
dataAccessRoleArn - 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.Copyright © 2021. All rights reserved.