Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateAlgorithmResponse
-
Packages that use CreateAlgorithmResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreateAlgorithmResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreateAlgorithmResponse Modifier and Type Method Description default CreateAlgorithmResponseSageMakerClient. createAlgorithm(Consumer<CreateAlgorithmRequest.Builder> createAlgorithmRequest)Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace.default CreateAlgorithmResponseSageMakerClient. createAlgorithm(CreateAlgorithmRequest createAlgorithmRequest)Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreateAlgorithmResponse Modifier and Type Method Description default CompletableFuture<CreateAlgorithmResponse>SageMakerAsyncClient. createAlgorithm(Consumer<CreateAlgorithmRequest.Builder> createAlgorithmRequest)Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace.default CompletableFuture<CreateAlgorithmResponse>SageMakerAsyncClient. createAlgorithm(CreateAlgorithmRequest createAlgorithmRequest)Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace.
-