public static interface DescribeLanguageModelResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<DescribeLanguageModelResponse.Builder,DescribeLanguageModelResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeLanguageModelResponse.Builder |
languageModel(Consumer<LanguageModel.Builder> languageModel)
Provides information about the specified custom language model.
|
DescribeLanguageModelResponse.Builder |
languageModel(LanguageModel languageModel)
Provides information about the specified custom language model.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLanguageModelResponse.Builder languageModel(LanguageModel languageModel)
Provides information about the specified custom language model.
This parameter also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model.
If you tried to create a new custom language model and the request wasn't successful, you can use this
DescribeLanguageModel to help identify the reason for this failure.
languageModel - Provides information about the specified custom language model.
This parameter also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model.
If you tried to create a new custom language model and the request wasn't successful, you can use this
DescribeLanguageModel to help identify the reason for this failure.
default DescribeLanguageModelResponse.Builder languageModel(Consumer<LanguageModel.Builder> languageModel)
Provides information about the specified custom language model.
This parameter also shows if the base language model you used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model.
If you tried to create a new custom language model and the request wasn't successful, you can use this
DescribeLanguageModel to help identify the reason for this failure.
LanguageModel.Builder avoiding the need
to create one manually via LanguageModel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to languageModel(LanguageModel).languageModel - a consumer that will call methods on LanguageModel.BuilderlanguageModel(LanguageModel)Copyright © 2022. All rights reserved.