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