| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| software.amazon.awssdk.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateProvisionedModelThroughputResponse |
BedrockClient.createProvisionedModelThroughput(Consumer<CreateProvisionedModelThroughputRequest.Builder> createProvisionedModelThroughputRequest)
Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.
|
default CompletableFuture<CreateProvisionedModelThroughputResponse> |
BedrockAsyncClient.createProvisionedModelThroughput(Consumer<CreateProvisionedModelThroughputRequest.Builder> createProvisionedModelThroughputRequest)
Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.builder() |
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.clientRequestToken(String clientRequestToken)
Unique token value that you can provide.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.commitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration requested for the provisioned throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.commitmentDuration(String commitmentDuration)
Commitment duration requested for the provisioned throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.modelId(String modelId)
Name or ARN of the model to associate with this provisioned throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.modelUnits(Integer modelUnits)
Number of model units to allocate.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.provisionedModelName(String provisionedModelName)
Unique name for this provisioned throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.tags(Collection<Tag> tags)
Tags to associate with this provisioned throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Tags to associate with this provisioned throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.tags(Tag... tags)
Tags to associate with this provisioned throughput.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProvisionedModelThroughputRequest.Builder> |
CreateProvisionedModelThroughputRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.