| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLOutputDataConfig |
AutoMLOutputDataConfig.clone() |
AutoMLOutputDataConfig |
DescribeAutoMLJobResult.getOutputDataConfig()
Returns the job's output data config.
|
AutoMLOutputDataConfig |
CreateAutoMLJobRequest.getOutputDataConfig()
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
|
AutoMLOutputDataConfig |
AutoMLOutputDataConfig.withKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS encryption key ID.
|
AutoMLOutputDataConfig |
AutoMLOutputDataConfig.withS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutoMLJobResult.setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
void |
CreateAutoMLJobRequest.setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
|
DescribeAutoMLJobResult |
DescribeAutoMLJobResult.withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
|
Copyright © 2022. All rights reserved.