| 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) of an IAM role that has permissions to access the Amazon S3 bucket that
contains your input files.
|
InputDataConfig.Builder |
InputDataConfig.Builder.s3Uri(String s3Uri)
The Amazon S3 location (URI) of the text files you want to use to train your custom language model.
|
InputDataConfig.Builder |
InputDataConfig.toBuilder() |
InputDataConfig.Builder |
InputDataConfig.Builder.tuningDataS3Uri(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 |
|---|---|
static Class<? extends InputDataConfig.Builder> |
InputDataConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LanguageModel.Builder |
LanguageModel.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> 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.
|
default CreateLanguageModelResponse.Builder |
CreateLanguageModelResponse.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> 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. |
default CreateLanguageModelRequest.Builder |
CreateLanguageModelRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> 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.