| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.clone() |
InputDataConfig |
CreateLanguageModelResult.getInputDataConfig()
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.getInputDataConfig()
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.
|
InputDataConfig |
LanguageModel.getInputDataConfig()
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 |
InputDataConfig.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains
your input files.
|
InputDataConfig |
InputDataConfig.withS3Uri(String s3Uri)
The Amazon S3 location (URI) of the text files you want to use to train your custom language model.
|
InputDataConfig |
InputDataConfig.withTuningDataS3Uri(String tuningDataS3Uri)
The Amazon S3 location (URI) of the text files you want to use to tune your custom language model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateLanguageModelResult.setInputDataConfig(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. |
void |
CreateLanguageModelRequest.setInputDataConfig(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.
|
void |
LanguageModel.setInputDataConfig(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.
|
CreateLanguageModelResult |
CreateLanguageModelResult.withInputDataConfig(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 |
CreateLanguageModelRequest.withInputDataConfig(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.
|
LanguageModel |
LanguageModel.withInputDataConfig(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.
|
Copyright © 2024. All rights reserved.