Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateComputeQuotaResponse
-
Packages that use CreateComputeQuotaResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreateComputeQuotaResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreateComputeQuotaResponse Modifier and Type Method Description default CreateComputeQuotaResponseSageMakerClient. createComputeQuota(Consumer<CreateComputeQuotaRequest.Builder> createComputeQuotaRequest)Create compute allocation definition.default CreateComputeQuotaResponseSageMakerClient. createComputeQuota(CreateComputeQuotaRequest createComputeQuotaRequest)Create compute allocation definition.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreateComputeQuotaResponse Modifier and Type Method Description default CompletableFuture<CreateComputeQuotaResponse>SageMakerAsyncClient. createComputeQuota(Consumer<CreateComputeQuotaRequest.Builder> createComputeQuotaRequest)Create compute allocation definition.default CompletableFuture<CreateComputeQuotaResponse>SageMakerAsyncClient. createComputeQuota(CreateComputeQuotaRequest createComputeQuotaRequest)Create compute allocation definition.
-