| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionedModelStatus |
ProvisionedModelStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProvisionedModelStatus |
GetProvisionedModelThroughputResponse.status()
Status of the provisioned throughput.
|
ProvisionedModelStatus |
ProvisionedModelSummary.status()
Status of the provisioned throughput.
|
ProvisionedModelStatus |
ListProvisionedModelThroughputsRequest.statusEquals()
Return the list of provisioned capacities that match the specified status.
|
static ProvisionedModelStatus |
ProvisionedModelStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProvisionedModelStatus> |
ProvisionedModelStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.status(ProvisionedModelStatus status)
Status of the provisioned throughput.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.status(ProvisionedModelStatus status)
Status of the provisioned throughput.
|
ListProvisionedModelThroughputsRequest.Builder |
ListProvisionedModelThroughputsRequest.Builder.statusEquals(ProvisionedModelStatus statusEquals)
Return the list of provisioned capacities that match the specified status.
|
Copyright © 2023. All rights reserved.