Uses of Class
software.amazon.awssdk.services.bedrock.model.GetProvisionedModelThroughputResponse
-
Packages that use GetProvisionedModelThroughputResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of GetProvisionedModelThroughputResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return GetProvisionedModelThroughputResponse Modifier and Type Method Description default GetProvisionedModelThroughputResponseBedrockClient. getProvisionedModelThroughput(Consumer<GetProvisionedModelThroughputRequest.Builder> getProvisionedModelThroughputRequest)Returns details for a Provisioned Throughput.default GetProvisionedModelThroughputResponseBedrockClient. getProvisionedModelThroughput(GetProvisionedModelThroughputRequest getProvisionedModelThroughputRequest)Returns details for a Provisioned Throughput.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type GetProvisionedModelThroughputResponse Modifier and Type Method Description default CompletableFuture<GetProvisionedModelThroughputResponse>BedrockAsyncClient. getProvisionedModelThroughput(Consumer<GetProvisionedModelThroughputRequest.Builder> getProvisionedModelThroughputRequest)Returns details for a Provisioned Throughput.default CompletableFuture<GetProvisionedModelThroughputResponse>BedrockAsyncClient. getProvisionedModelThroughput(GetProvisionedModelThroughputRequest getProvisionedModelThroughputRequest)Returns details for a Provisioned Throughput.
-