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()The status of the Provisioned Throughput.ProvisionedModelStatusProvisionedModelSummary. status()The status of the Provisioned Throughput.ProvisionedModelStatusListProvisionedModelThroughputsRequest. statusEquals()A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.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)The status of the Provisioned Throughput.ProvisionedModelSummary.BuilderProvisionedModelSummary.Builder. status(ProvisionedModelStatus status)The status of the Provisioned Throughput.ListProvisionedModelThroughputsRequest.BuilderListProvisionedModelThroughputsRequest.Builder. statusEquals(ProvisionedModelStatus statusEquals)A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
-