View a markdown version of this page

RecommenderSchemaField - Amazon Connect

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.City or Attributes.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 String and Number. The default value is String.

Type: String

Valid Values: STRING | NUMBER

Required: No

FeatureType

How the column is treated for model training. Valid values are CATEGORICAL and TEXTUAL.

Type: String

Valid Values: TEXTUAL | CATEGORICAL

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: