| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
CommitmentDuration |
CreateProvisionedModelThroughputRequest.commitmentDuration()
Commitment duration requested for the provisioned throughput.
|
CommitmentDuration |
GetProvisionedModelThroughputResponse.commitmentDuration()
Commitment duration of the provisioned throughput.
|
CommitmentDuration |
ProvisionedModelSummary.commitmentDuration()
Commitment duration for the provisioned throughput.
|
static CommitmentDuration |
CommitmentDuration.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CommitmentDuration |
CommitmentDuration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitmentDuration[] |
CommitmentDuration.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<CommitmentDuration> |
CommitmentDuration.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration requested for the provisioned throughput.
|
GetProvisionedModelThroughputResponse.Builder |
GetProvisionedModelThroughputResponse.Builder.commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration of the provisioned throughput.
|
ProvisionedModelSummary.Builder |
ProvisionedModelSummary.Builder.commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration for the provisioned throughput.
|
Copyright © 2023. All rights reserved.