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