| 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 |
|---|---|
CreateAutoMLJobResult |
AmazonSageMakerClient.createAutoMLJob(CreateAutoMLJobRequest request)
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.
|
CreateAutoMLJobResult |
AbstractAmazonSageMaker.createAutoMLJob(CreateAutoMLJobRequest request) |
CreateAutoMLJobResult |
AmazonSageMaker.createAutoMLJob(CreateAutoMLJobRequest createAutoMLJobRequest)
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAutoMLJobResult> |
AmazonSageMakerAsyncClient.createAutoMLJobAsync(CreateAutoMLJobRequest request,
AsyncHandler<CreateAutoMLJobRequest,CreateAutoMLJobResult> asyncHandler) |
Future<CreateAutoMLJobResult> |
AmazonSageMakerAsync.createAutoMLJobAsync(CreateAutoMLJobRequest createAutoMLJobRequest,
AsyncHandler<CreateAutoMLJobRequest,CreateAutoMLJobResult> asyncHandler)
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.
|
Future<CreateAutoMLJobResult> |
AbstractAmazonSageMakerAsync.createAutoMLJobAsync(CreateAutoMLJobRequest request,
AsyncHandler<CreateAutoMLJobRequest,CreateAutoMLJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAutoMLJobResult |
CreateAutoMLJobResult.clone() |
CreateAutoMLJobResult |
CreateAutoMLJobResult.withAutoMLJobArn(String autoMLJobArn)
The unique ARN assigned to the AutoML job when it is created.
|
Copyright © 2024. All rights reserved.