| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLJobChannel> |
DescribeAutoMlJobV2Response.autoMLJobInputDataConfig()
Returns an array of channel objects describing the input data and their location.
|
List<AutoMLJobChannel> |
CreateAutoMlJobV2Request.autoMLJobInputDataConfig()
An array of channel objects describing the input data and their location.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMlJobV2Response.Builder |
DescribeAutoMlJobV2Response.Builder.autoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
CreateAutoMlJobV2Request.Builder |
CreateAutoMlJobV2Request.Builder.autoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
An array of channel objects describing the input data and their location.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMlJobV2Response.Builder |
DescribeAutoMlJobV2Response.Builder.autoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
CreateAutoMlJobV2Request.Builder |
CreateAutoMlJobV2Request.Builder.autoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
An array of channel objects describing the input data and their location.
|
Copyright © 2023. All rights reserved.