Uses of Class
software.amazon.awssdk.services.bedrock.model.ProvisionedModelStatus
-
Packages that use ProvisionedModelStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ProvisionedModelStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ProvisionedModelStatus Modifier and Type Method Description static ProvisionedModelStatusProvisionedModelStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProvisionedModelStatusGetProvisionedModelThroughputResponse. status()Status of the provisioned throughput.ProvisionedModelStatusProvisionedModelSummary. status()Status of the provisioned throughput.ProvisionedModelStatusListProvisionedModelThroughputsRequest. statusEquals()Return the list of provisioned capacities that match the specified status.static ProvisionedModelStatusProvisionedModelStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProvisionedModelStatus[]ProvisionedModelStatus. 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 ProvisionedModelStatus Modifier and Type Method Description static Set<ProvisionedModelStatus>ProvisionedModelStatus. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ProvisionedModelStatus Modifier and Type Method Description GetProvisionedModelThroughputResponse.BuilderGetProvisionedModelThroughputResponse.Builder. status(ProvisionedModelStatus status)Status of the provisioned throughput.ProvisionedModelSummary.BuilderProvisionedModelSummary.Builder. status(ProvisionedModelStatus status)Status of the provisioned throughput.ListProvisionedModelThroughputsRequest.BuilderListProvisionedModelThroughputsRequest.Builder. statusEquals(ProvisionedModelStatus statusEquals)Return the list of provisioned capacities that match the specified status.
-