| Package | Description |
|---|---|
| com.amazonaws.services.bedrock |
Describes the API operations for creating and managing Amazon Bedrock models.
|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.clone() |
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withClientRequestToken(String clientRequestToken)
Unique token value that you can provide.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withCommitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration requested for the provisioned throughput.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withCommitmentDuration(String commitmentDuration)
Commitment duration requested for the provisioned throughput.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withModelId(String modelId)
Name or ARN of the model to associate with this provisioned throughput.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withModelUnits(Integer modelUnits)
Number of model units to allocate.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withProvisionedModelName(String provisionedModelName)
Unique name for this provisioned throughput.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withTags(Collection<Tag> tags)
Tags to associate with this provisioned throughput.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withTags(Tag... tags)
Tags to associate with this provisioned throughput.
|
Copyright © 2023. All rights reserved.