Interface DescribeLanguageModelResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeLanguageModelResponse.Builder,DescribeLanguageModelResponse>, SdkBuilder<DescribeLanguageModelResponse.Builder,DescribeLanguageModelResponse>, SdkPojo, SdkResponse.Builder, TranscribeResponse.Builder
Enclosing class:
DescribeLanguageModelResponse

public static interface DescribeLanguageModelResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<DescribeLanguageModelResponse.Builder,DescribeLanguageModelResponse>
  • Method Details

    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      This is a convenience method that creates an instance of the 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).

      Parameters:
      languageModel - a consumer that will call methods on LanguageModel.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: