| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
LanguageModel |
LanguageModel.clone() |
LanguageModel |
DescribeLanguageModelResult.getLanguageModel()
Provides information about the specified custom language model.
|
LanguageModel |
LanguageModel.withBaseModelName(BaseModelName baseModelName)
The Amazon Transcribe standard language model, or base model, used to create your custom language model.
|
LanguageModel |
LanguageModel.withBaseModelName(String baseModelName)
The Amazon Transcribe standard language model, or base model, used to create your custom language model.
|
LanguageModel |
LanguageModel.withCreateTime(Date createTime)
The date and time the specified custom language model was created.
|
LanguageModel |
LanguageModel.withFailureReason(String failureReason)
If
ModelStatus is FAILED, FailureReason contains information about why the
custom language model request failed. |
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.
|
LanguageModel |
LanguageModel.withLanguageCode(CLMLanguageCode languageCode)
The language code used to create your custom language model.
|
LanguageModel |
LanguageModel.withLanguageCode(String languageCode)
The language code used to create your custom language model.
|
LanguageModel |
LanguageModel.withLastModifiedTime(Date lastModifiedTime)
The date and time the specified language model was last modified.
|
LanguageModel |
LanguageModel.withModelName(String modelName)
A unique name, chosen by you, for your custom language model.
|
LanguageModel |
LanguageModel.withModelStatus(ModelStatus modelStatus)
The status of the specified custom language model.
|
LanguageModel |
LanguageModel.withModelStatus(String modelStatus)
The status of the specified custom language model.
|
LanguageModel |
LanguageModel.withUpgradeAvailability(Boolean upgradeAvailability)
Shows if a more current base model is available for use with the specified custom language model.
|
| Modifier and Type | Method and Description |
|---|---|
List<LanguageModel> |
ListLanguageModelsResult.getModels()
Provides information about the custom language models that match the criteria specified in your request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLanguageModelResult.setLanguageModel(LanguageModel languageModel)
Provides information about the specified custom language model.
|
DescribeLanguageModelResult |
DescribeLanguageModelResult.withLanguageModel(LanguageModel languageModel)
Provides information about the specified custom language model.
|
ListLanguageModelsResult |
ListLanguageModelsResult.withModels(LanguageModel... models)
Provides information about the custom language models that match the criteria specified in your request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLanguageModelsResult.setModels(Collection<LanguageModel> models)
Provides information about the custom language models that match the criteria specified in your request.
|
ListLanguageModelsResult |
ListLanguageModelsResult.withModels(Collection<LanguageModel> models)
Provides information about the custom language models that match the criteria specified in your request.
|
Copyright © 2022. All rights reserved.