Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelStatus
-
Packages that use ModelStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ModelStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.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.ModelStatusCustomModelSummary. modelStatus()The current status of the custom model.ModelStatusGetCustomModelResponse. modelStatus()The current status of the custom model.ModelStatusListCustomModelsRequest. modelStatus()The status of them model to filter results by.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.bedrock.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.bedrock.model with parameters of type ModelStatus Modifier and Type Method Description CustomModelSummary.BuilderCustomModelSummary.Builder. modelStatus(ModelStatus modelStatus)The current status of the custom model.GetCustomModelResponse.BuilderGetCustomModelResponse.Builder. modelStatus(ModelStatus modelStatus)The current status of the custom model.ListCustomModelsRequest.BuilderListCustomModelsRequest.Builder. modelStatus(ModelStatus modelStatus)The status of them model to filter results by.
-