| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| 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.
|
Future<CreateAutoMLJobResult> |
AbstractAmazonSageMakerAsync.createAutoMLJobAsync(CreateAutoMLJobRequest request,
AsyncHandler<CreateAutoMLJobRequest,CreateAutoMLJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.clone() |
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withAutoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Contains
CompletionCriteria and SecurityConfig settings for the AutoML job. |
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withAutoMLJobName(String autoMLJobName)
Identifies an Autopilot job.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Defines the objective metric used to measure the predictive quality of an AutoML job.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Generates possible candidates without training the models.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withInputDataConfig(AutoMLChannel... inputDataConfig)
An array of channel objects that describes the input data and its location.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
An array of channel objects that describes the input data and its location.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withModelDeployConfig(ModelDeployConfig modelDeployConfig)
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withProblemType(ProblemType problemType)
Defines the type of supervised learning available for the candidates.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withProblemType(String problemType)
Defines the type of supervised learning available for the candidates.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withRoleArn(String roleArn)
The ARN of the role that is used to access the data.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withTags(Collection<Tag> tags)
Each tag consists of a key and an optional value.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withTags(Tag... tags)
Each tag consists of a key and an optional value.
|
Copyright © 2022. All rights reserved.