RecommenderSchemaField

Defines a column in a recommender schema, including the target field name and optional feature and content type settings for training.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data type of the column value. Valid values are String and Number. The default value is String.

Link copied to clipboard

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

Link copied to clipboard

The name of the target field in the dataset, such as Location.City or Attributes.MealTime.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String