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 and managing 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)Get details for a provisioned throughput.default GetProvisionedModelThroughputResponseBedrockClient. getProvisionedModelThroughput(GetProvisionedModelThroughputRequest getProvisionedModelThroughputRequest)Get 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)Get details for a provisioned throughput.default CompletableFuture<GetProvisionedModelThroughputResponse>BedrockAsyncClient. getProvisionedModelThroughput(GetProvisionedModelThroughputRequest getProvisionedModelThroughputRequest)Get details for a provisioned throughput.
-