Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeleteAlgorithmResponse
-
Packages that use DeleteAlgorithmResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DeleteAlgorithmResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DeleteAlgorithmResponse Modifier and Type Method Description default DeleteAlgorithmResponseSageMakerClient. deleteAlgorithm(Consumer<DeleteAlgorithmRequest.Builder> deleteAlgorithmRequest)Removes the specified algorithm from your account.default DeleteAlgorithmResponseSageMakerClient. deleteAlgorithm(DeleteAlgorithmRequest deleteAlgorithmRequest)Removes the specified algorithm from your account.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DeleteAlgorithmResponse Modifier and Type Method Description default CompletableFuture<DeleteAlgorithmResponse>SageMakerAsyncClient. deleteAlgorithm(Consumer<DeleteAlgorithmRequest.Builder> deleteAlgorithmRequest)Removes the specified algorithm from your account.default CompletableFuture<DeleteAlgorithmResponse>SageMakerAsyncClient. deleteAlgorithm(DeleteAlgorithmRequest deleteAlgorithmRequest)Removes the specified algorithm from your account.
-