Uses of Class
software.amazon.awssdk.services.bedrock.model.CreateProvisionedModelThroughputRequest
-
Packages that use CreateProvisionedModelThroughputRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.software.amazon.awssdk.services.bedrock.transform -
-
Uses of CreateProvisionedModelThroughputRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type CreateProvisionedModelThroughputRequest Modifier and Type Method Description 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.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. -
Uses of CreateProvisionedModelThroughputRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type CreateProvisionedModelThroughputRequest Modifier and Type Method Description SdkHttpFullRequestCreateProvisionedModelThroughputRequestMarshaller. marshall(CreateProvisionedModelThroughputRequest createProvisionedModelThroughputRequest)
-