| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static InputDataConfig.Builder |
InputDataConfig.builder() |
InputDataConfig.Builder |
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 |
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 |
InputDataConfig.toBuilder() |
InputDataConfig.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputDataConfig.Builder> |
InputDataConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateLanguageModelRequest.Builder |
CreateLanguageModelRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Contains the data access role and the Amazon S3 prefixes to read the required input files to create a custom
language model.
|
default LanguageModel.Builder |
LanguageModel.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
|
default CreateLanguageModelResponse.Builder |
CreateLanguageModelResponse.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The data access role and Amazon S3 prefixes you've chosen to create your custom language model.
|
Copyright © 2020. All rights reserved.