public static interface AutoMLCandidateGenerationConfig.Builder extends SdkPojo, CopyableBuilder<AutoMLCandidateGenerationConfig.Builder,AutoMLCandidateGenerationConfig>
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidateGenerationConfig.Builder |
featureSpecificationS3Uri(String featureSpecificationS3Uri)
A URL to the Amazon S3 data source containing selected features from the input data source to run an
Autopilot job (optional).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLCandidateGenerationConfig.Builder featureSpecificationS3Uri(String featureSpecificationS3Uri)
A URL to the Amazon S3 data source containing selected features from the input data source to run an Autopilot job (optional). This file should be in json format as shown below:
{ "FeatureAttributeNames":["col1", "col2", ...] }.
The key name FeatureAttributeNames is fixed. The values listed in
["col1", "col2", ...] is case sensitive and should be a list of strings containing unique values
that are a subset of the column names in the input data. The list of columns provided must not include the
target column.
featureSpecificationS3Uri - A URL to the Amazon S3 data source containing selected features from the input data source to run an
Autopilot job (optional). This file should be in json format as shown below:
{ "FeatureAttributeNames":["col1", "col2", ...] }.
The key name FeatureAttributeNames is fixed. The values listed in
["col1", "col2", ...] is case sensitive and should be a list of strings containing unique
values that are a subset of the column names in the input data. The list of columns provided must not
include the target column.
Copyright © 2022. All rights reserved.