Uses of Class
software.amazon.awssdk.services.transcribe.model.ModelStatus
-
Packages that use ModelStatus Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of ModelStatus in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return ModelStatus Modifier and Type Method Description static ModelStatusModelStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelStatusCreateLanguageModelResponse. modelStatus()The status of your custom language model.ModelStatusLanguageModel. modelStatus()The status of the specified custom language model.ModelStatusListLanguageModelsRequest. statusEquals()Returns only custom language models with the specified status.static ModelStatusModelStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelStatus[]ModelStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type ModelStatus Modifier and Type Method Description static Set<ModelStatus>ModelStatus. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type ModelStatus Modifier and Type Method Description CreateLanguageModelResponse.BuilderCreateLanguageModelResponse.Builder. modelStatus(ModelStatus modelStatus)The status of your custom language model.LanguageModel.BuilderLanguageModel.Builder. modelStatus(ModelStatus modelStatus)The status of the specified custom language model.ListLanguageModelsRequest.BuilderListLanguageModelsRequest.Builder. statusEquals(ModelStatus statusEquals)Returns only custom language models with the specified status.
-