| Package | Description |
|---|---|
| com.amazonaws.services.bedrock |
Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.
|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.clone() |
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withCommitmentDuration(CommitmentDuration commitmentDuration)
The commitment duration requested for the Provisioned Throughput.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withCommitmentDuration(String commitmentDuration)
The commitment duration requested for the Provisioned Throughput.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withModelId(String modelId)
The Amazon Resource Name (ARN) or name 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)
The 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 © 2024. All rights reserved.