PredictionRequest interface
Represents the prediction request parameters.
Properties
dynamic |
The dynamically created list entities for this request. |
external |
The externally predicted entities for this request. |
options | The custom options defined for this request. |
query | The query to predict. |
Property Details
dynamicLists
The dynamically created list entities for this request.
dynamicLists?: DynamicList[]
Property Value
externalEntities
The externally predicted entities for this request.
externalEntities?: ExternalEntity[]
Property Value
options
The custom options defined for this request.
options?: PredictionRequestOptions
Property Value
query
The query to predict.
query: string
Property Value
string