| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
CreateLanguageModelRequest.inputDataConfig()
Contains the data access role and the Amazon S3 prefixes to read the required input files to create a custom
language model.
|
InputDataConfig |
CreateLanguageModelResponse.inputDataConfig()
The data access role and Amazon S3 prefixes you've chosen to create your custom language model.
|
InputDataConfig |
LanguageModel.inputDataConfig()
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLanguageModelRequest.Builder |
CreateLanguageModelRequest.Builder.inputDataConfig(InputDataConfig inputDataConfig)
Contains the data access role and the Amazon S3 prefixes to read the required input files to create a custom
language model.
|
CreateLanguageModelResponse.Builder |
CreateLanguageModelResponse.Builder.inputDataConfig(InputDataConfig inputDataConfig)
The data access role and Amazon S3 prefixes you've chosen to create your custom language model.
|
LanguageModel.Builder |
LanguageModel.Builder.inputDataConfig(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.