| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLChannel> |
DescribeAutoMlJobResponse.inputDataConfig()
Returns the input data configuration for the AutoML job..
|
List<AutoMLChannel> |
CreateAutoMlJobRequest.inputDataConfig()
An array of channel objects that describes the input data and its location.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMlJobResponse.Builder |
DescribeAutoMlJobResponse.Builder.inputDataConfig(AutoMLChannel... inputDataConfig)
Returns the input data configuration for the AutoML job..
|
CreateAutoMlJobRequest.Builder |
CreateAutoMlJobRequest.Builder.inputDataConfig(AutoMLChannel... inputDataConfig)
An array of channel objects that describes the input data and its location.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMlJobResponse.Builder |
DescribeAutoMlJobResponse.Builder.inputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the input data configuration for the AutoML job..
|
CreateAutoMlJobRequest.Builder |
CreateAutoMlJobRequest.Builder.inputDataConfig(Collection<AutoMLChannel> inputDataConfig)
An array of channel objects that describes the input data and its location.
|
Copyright © 2021. All rights reserved.