Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeleteComputeQuotaResponse
-
Packages that use DeleteComputeQuotaResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DeleteComputeQuotaResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DeleteComputeQuotaResponse Modifier and Type Method Description default DeleteComputeQuotaResponseSageMakerClient. deleteComputeQuota(Consumer<DeleteComputeQuotaRequest.Builder> deleteComputeQuotaRequest)Deletes the compute allocation from the cluster.default DeleteComputeQuotaResponseSageMakerClient. deleteComputeQuota(DeleteComputeQuotaRequest deleteComputeQuotaRequest)Deletes the compute allocation from the cluster.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DeleteComputeQuotaResponse Modifier and Type Method Description default CompletableFuture<DeleteComputeQuotaResponse>SageMakerAsyncClient. deleteComputeQuota(Consumer<DeleteComputeQuotaRequest.Builder> deleteComputeQuotaRequest)Deletes the compute allocation from the cluster.default CompletableFuture<DeleteComputeQuotaResponse>SageMakerAsyncClient. deleteComputeQuota(DeleteComputeQuotaRequest deleteComputeQuotaRequest)Deletes the compute allocation from the cluster.
-