| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAutoMLJobV2Result |
AbstractAmazonSageMaker.createAutoMLJobV2(CreateAutoMLJobV2Request request) |
CreateAutoMLJobV2Result |
AmazonSageMakerClient.createAutoMLJobV2(CreateAutoMLJobV2Request request)
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2.
|
CreateAutoMLJobV2Result |
AmazonSageMaker.createAutoMLJobV2(CreateAutoMLJobV2Request createAutoMLJobV2Request)
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAutoMLJobV2Result> |
AbstractAmazonSageMakerAsync.createAutoMLJobV2Async(CreateAutoMLJobV2Request request,
AsyncHandler<CreateAutoMLJobV2Request,CreateAutoMLJobV2Result> asyncHandler) |
Future<CreateAutoMLJobV2Result> |
AmazonSageMakerAsync.createAutoMLJobV2Async(CreateAutoMLJobV2Request createAutoMLJobV2Request,
AsyncHandler<CreateAutoMLJobV2Request,CreateAutoMLJobV2Result> asyncHandler)
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2.
|
Future<CreateAutoMLJobV2Result> |
AmazonSageMakerAsyncClient.createAutoMLJobV2Async(CreateAutoMLJobV2Request request,
AsyncHandler<CreateAutoMLJobV2Request,CreateAutoMLJobV2Result> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAutoMLJobV2Result |
CreateAutoMLJobV2Result.clone() |
CreateAutoMLJobV2Result |
CreateAutoMLJobV2Result.withAutoMLJobArn(String autoMLJobArn)
The unique ARN assigned to the AutoMLJob when it is created.
|
Copyright © 2023. All rights reserved.