@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLanguageModelResponse extends TranscribeResponse implements ToCopyableBuilder<DescribeLanguageModelResponse.Builder,DescribeLanguageModelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLanguageModelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeLanguageModelResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageModel |
languageModel()
Provides information about the specified custom language model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLanguageModelResponse.Builder> |
serializableBuilderClass() |
DescribeLanguageModelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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.
public DescribeLanguageModelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLanguageModelResponse.Builder,DescribeLanguageModelResponse>toBuilder in class AwsResponsepublic static DescribeLanguageModelResponse.Builder builder()
public static Class<? extends DescribeLanguageModelResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.