PredictionRequest interface
Parameters for predict recommendation.
Properties
| extended |
Extended properties are arguments specific for each prediction type. |
| prediction |
Type of the prediction. |
Property Details
extendedProperties
Extended properties are arguments specific for each prediction type.
extendedProperties?: Record<string, unknown>
Property Value
Record<string, unknown>
predictionType
Type of the prediction.
predictionType?: string
Property Value
string