| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.clone() |
InputDataConfig |
LanguageModel.getInputDataConfig()
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
|
InputDataConfig |
CreateLanguageModelRequest.getInputDataConfig()
Contains your data access role ARN (Amazon Resource Name) and the Amazon S3 locations of your training (
S3Uri) and tuning (TuningDataS3Uri) data. |
InputDataConfig |
CreateLanguageModelResult.getInputDataConfig()
Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations your provided for your
training (
S3Uri) and tuning (TuningDataS3Uri) data. |
InputDataConfig |
InputDataConfig.withDataAccessRoleArn(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 |
InputDataConfig.withS3Uri(String s3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
|
InputDataConfig |
InputDataConfig.withTuningDataS3Uri(String tuningDataS3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LanguageModel.setInputDataConfig(InputDataConfig inputDataConfig)
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
|
void |
CreateLanguageModelRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Contains your data access role ARN (Amazon Resource Name) and the Amazon S3 locations of your training (
S3Uri) and tuning (TuningDataS3Uri) data. |
void |
CreateLanguageModelResult.setInputDataConfig(InputDataConfig inputDataConfig)
Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations your provided for your
training (
S3Uri) and tuning (TuningDataS3Uri) data. |
LanguageModel |
LanguageModel.withInputDataConfig(InputDataConfig inputDataConfig)
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
|
CreateLanguageModelRequest |
CreateLanguageModelRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Contains your data access role ARN (Amazon Resource Name) and the Amazon S3 locations of your training (
S3Uri) and tuning (TuningDataS3Uri) data. |
CreateLanguageModelResult |
CreateLanguageModelResult.withInputDataConfig(InputDataConfig inputDataConfig)
Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations your provided for your
training (
S3Uri) and tuning (TuningDataS3Uri) data. |
Copyright © 2022. All rights reserved.