| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.clone() |
InputDataConfig |
CreateLanguageModelResult.getInputDataConfig()
The data access role and Amazon S3 prefixes you've chosen to create your custom language model.
|
InputDataConfig |
CreateLanguageModelRequest.getInputDataConfig()
Contains the data access role and the Amazon S3 prefixes to read the required input files to create a custom
language model.
|
InputDataConfig |
LanguageModel.getInputDataConfig()
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
|
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 |
CreateLanguageModelResult.setInputDataConfig(InputDataConfig inputDataConfig)
The data access role and Amazon S3 prefixes you've chosen to create your custom language model.
|
void |
CreateLanguageModelRequest.setInputDataConfig(InputDataConfig inputDataConfig)
Contains the data access role and the Amazon S3 prefixes to read the required input files to create a custom
language model.
|
void |
LanguageModel.setInputDataConfig(InputDataConfig inputDataConfig)
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
|
CreateLanguageModelResult |
CreateLanguageModelResult.withInputDataConfig(InputDataConfig inputDataConfig)
The data access role and Amazon S3 prefixes you've chosen to create your custom language model.
|
CreateLanguageModelRequest |
CreateLanguageModelRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Contains the data access role and the Amazon S3 prefixes to read the required input files to create a custom
language model.
|
LanguageModel |
LanguageModel.withInputDataConfig(InputDataConfig inputDataConfig)
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
|
Copyright © 2021. All rights reserved.