@Generated(value="software.amazon.awssdk:codegen") public final class CreateLanguageModelResponse extends TranscribeResponse implements ToCopyableBuilder<CreateLanguageModelResponse.Builder,CreateLanguageModelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateLanguageModelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
BaseModelName |
baseModelName()
The Amazon Transcribe standard language model, or base model, you specified when creating your custom language
model.
|
String |
baseModelNameAsString()
The Amazon Transcribe standard language model, or base model, you specified when creating your custom language
model.
|
static CreateLanguageModelResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputDataConfig |
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. |
CLMLanguageCode |
languageCode()
The language code you selected for your custom language model.
|
String |
languageCodeAsString()
The language code you selected for your custom language model.
|
String |
modelName()
The name of your custom language model.
|
ModelStatus |
modelStatus()
The status of your custom language model.
|
String |
modelStatusAsString()
The status of your custom language model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateLanguageModelResponse.Builder> |
serializableBuilderClass() |
CreateLanguageModelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CLMLanguageCode languageCode()
The language code you selected for your custom language model.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return CLMLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
CLMLanguageCodepublic final String languageCodeAsString()
The language code you selected for your custom language model.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return CLMLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
CLMLanguageCodepublic final BaseModelName baseModelName()
The Amazon Transcribe standard language model, or base model, you specified when creating your custom language model.
If the service returns an enum value that is not available in the current SDK version, baseModelName
will return BaseModelName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
baseModelNameAsString().
BaseModelNamepublic final String baseModelNameAsString()
The Amazon Transcribe standard language model, or base model, you specified when creating your custom language model.
If the service returns an enum value that is not available in the current SDK version, baseModelName
will return BaseModelName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
baseModelNameAsString().
BaseModelNamepublic final String modelName()
The name of your custom language model.
public final InputDataConfig 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.
S3Uri) and tuning (TuningDataS3Uri) data.public final ModelStatus modelStatus()
The status of your custom language model. When the status displays as COMPLETED, your model is ready
to use.
If the service returns an enum value that is not available in the current SDK version, modelStatus will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modelStatusAsString().
COMPLETED, your model
is ready to use.ModelStatuspublic final String modelStatusAsString()
The status of your custom language model. When the status displays as COMPLETED, your model is ready
to use.
If the service returns an enum value that is not available in the current SDK version, modelStatus will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modelStatusAsString().
COMPLETED, your model
is ready to use.ModelStatuspublic CreateLanguageModelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateLanguageModelResponse.Builder,CreateLanguageModelResponse>toBuilder in class AwsResponsepublic static CreateLanguageModelResponse.Builder builder()
public static Class<? extends CreateLanguageModelResponse.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 © 2022. All rights reserved.