mode property
The mode of the predictor to be used in dynamic retrieval. Possible string values are:
- "MODE_UNSPECIFIED" : Always trigger retrieval.
- "MODE_DYNAMIC" : Run retrieval only when system decides it is necessary.
Implementation
core.String? mode;