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, managing, fine-turning, and evaluating 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 dedicated throughput for a base or custom model with the model units and for the duration that you specify.default CreateProvisionedModelThroughputResponseBedrockClient. createProvisionedModelThroughput(CreateProvisionedModelThroughputRequest createProvisionedModelThroughputRequest)Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify.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 dedicated throughput for a base or custom model with the model units and for the duration that you specify.default CompletableFuture<CreateProvisionedModelThroughputResponse>BedrockAsyncClient. createProvisionedModelThroughput(CreateProvisionedModelThroughputRequest createProvisionedModelThroughputRequest)Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify.
-