| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLOutputDataConfig |
AutoMLOutputDataConfig.clone() |
AutoMLOutputDataConfig |
DescribeAutoMLJobV2Result.getOutputDataConfig()
Returns the job's output data config.
|
AutoMLOutputDataConfig |
DescribeAutoMLJobResult.getOutputDataConfig()
Returns the job's output data config.
|
AutoMLOutputDataConfig |
CreateAutoMLJobV2Request.getOutputDataConfig()
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
|
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 Key Management Service encryption key ID.
|
AutoMLOutputDataConfig |
AutoMLOutputDataConfig.withS3OutputPath(String s3OutputPath)
The Amazon S3 output path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutoMLJobV2Result.setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
void |
DescribeAutoMLJobResult.setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
void |
CreateAutoMLJobV2Request.setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
|
void |
CreateAutoMLJobRequest.setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
DescribeAutoMLJobResult |
DescribeAutoMLJobResult.withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
CreateAutoMLJobV2Request |
CreateAutoMLJobV2Request.withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.
|
Copyright © 2025. All rights reserved.