| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
LanguageModel.inputDataConfig()
The Amazon S3 location of the input files used to train and tune your custom language model, in addition to the
data access role ARN (Amazon Resource Name) that has permissions to access these data.
|
InputDataConfig |
CreateLanguageModelResponse.inputDataConfig()
Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations you provided for your training
(
S3Uri) and tuning (TuningDataS3Uri) data. |
InputDataConfig |
CreateLanguageModelRequest.inputDataConfig()
Contains the Amazon S3 location of the training data you want to use to create a new custom language model, and
permissions to access this location.
|
| Modifier and Type | Method and Description |
|---|---|
LanguageModel.Builder |
LanguageModel.Builder.inputDataConfig(InputDataConfig inputDataConfig)
The Amazon S3 location of the input files used to train and tune your custom language model, in addition to
the data access role ARN (Amazon Resource Name) that has permissions to access these data.
|
CreateLanguageModelResponse.Builder |
CreateLanguageModelResponse.Builder.inputDataConfig(InputDataConfig inputDataConfig)
Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations you provided for your
training (
S3Uri) and tuning (TuningDataS3Uri) data. |
CreateLanguageModelRequest.Builder |
CreateLanguageModelRequest.Builder.inputDataConfig(InputDataConfig inputDataConfig)
Contains the Amazon S3 location of the training data you want to use to create a new custom language model,
and permissions to access this location.
|
Copyright © 2022. All rights reserved.