Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateAutoMlJobResponse
-
Packages that use CreateAutoMlJobResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreateAutoMlJobResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreateAutoMlJobResponse Modifier and Type Method Description default CreateAutoMlJobResponseSageMakerClient. createAutoMLJob(Consumer<CreateAutoMlJobRequest.Builder> createAutoMlJobRequest)Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.default CreateAutoMlJobResponseSageMakerClient. createAutoMLJob(CreateAutoMlJobRequest createAutoMlJobRequest)Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreateAutoMlJobResponse Modifier and Type Method Description default CompletableFuture<CreateAutoMlJobResponse>SageMakerAsyncClient. createAutoMLJob(Consumer<CreateAutoMlJobRequest.Builder> createAutoMlJobRequest)Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.default CompletableFuture<CreateAutoMlJobResponse>SageMakerAsyncClient. createAutoMLJob(CreateAutoMlJobRequest createAutoMlJobRequest)Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.
-