Uses of Class
software.amazon.awssdk.services.sagemaker.model.DescribeComputeQuotaResponse
-
Packages that use DescribeComputeQuotaResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DescribeComputeQuotaResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DescribeComputeQuotaResponse Modifier and Type Method Description default DescribeComputeQuotaResponseSageMakerClient. describeComputeQuota(Consumer<DescribeComputeQuotaRequest.Builder> describeComputeQuotaRequest)Description of the compute allocation definition.default DescribeComputeQuotaResponseSageMakerClient. describeComputeQuota(DescribeComputeQuotaRequest describeComputeQuotaRequest)Description of the compute allocation definition.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DescribeComputeQuotaResponse Modifier and Type Method Description default CompletableFuture<DescribeComputeQuotaResponse>SageMakerAsyncClient. describeComputeQuota(Consumer<DescribeComputeQuotaRequest.Builder> describeComputeQuotaRequest)Description of the compute allocation definition.default CompletableFuture<DescribeComputeQuotaResponse>SageMakerAsyncClient. describeComputeQuota(DescribeComputeQuotaRequest describeComputeQuotaRequest)Description of the compute allocation definition.
-