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