Uses of Class
software.amazon.awssdk.services.bedrock.model.CreateProvisionedModelThroughputResponse
-
Packages that use CreateProvisionedModelThroughputResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of CreateProvisionedModelThroughputResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return CreateProvisionedModelThroughputResponse Modifier and Type Method Description default CreateProvisionedModelThroughputResponseBedrockClient. createProvisionedModelThroughput(Consumer<CreateProvisionedModelThroughputRequest.Builder> createProvisionedModelThroughputRequest)Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.default CreateProvisionedModelThroughputResponseBedrockClient. createProvisionedModelThroughput(CreateProvisionedModelThroughputRequest createProvisionedModelThroughputRequest)Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type CreateProvisionedModelThroughputResponse Modifier and Type Method Description 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.default CompletableFuture<CreateProvisionedModelThroughputResponse>BedrockAsyncClient. createProvisionedModelThroughput(CreateProvisionedModelThroughputRequest createProvisionedModelThroughputRequest)Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.
-