| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static CommitmentDuration |
CommitmentDuration.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withCommitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration requested for the provisioned throughput.
|
GetProvisionedModelThroughputResult |
GetProvisionedModelThroughputResult.withCommitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration of the provisioned throughput.
|
ProvisionedModelSummary |
ProvisionedModelSummary.withCommitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration for the provisioned throughput.
|
Copyright © 2024. All rights reserved.