AutoMLCandidateGenerationConfig
Stores the config information for how a candidate is generated (optional).
Contents
- 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.Type: String
Length Constraints: Maximum length of 1024.
Pattern:
^(https|s3)://([^/]+)/?(.*)$
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: