RecommenderSchemaField
Defines a column in a recommender schema, including the target field name and optional feature and content type settings for training.
Contents
- TargetFieldName
-
The name of the target field in the dataset, such as
Location.CityorAttributes.MealTime.Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: Yes
- ContentType
-
The data type of the column value. Valid values are
StringandNumber. The default value isString.Type: String
Valid Values:
STRING | NUMBERRequired: No
- FeatureType
-
How the column is treated for model training. Valid values are
CATEGORICALandTEXTUAL.Type: String
Valid Values:
TEXTUAL | CATEGORICALRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: