ResolvedOperatorRef
An operator reference as resolved for execution, with version upgrade hints.
- granularityType: object · Granularityrequired
When this operator runs.
- propertyType: anything
Name
- modelType: string · Model Tier
_tier requiredThe resolved operator's model tier.
- nameType: string · Namerequired
Operator name.
- outputType: string · Output Type
_type requiredThe resolved operator's output type.
- versionType: integer · Versionrequired
The version this reference is pinned to.
- contextType: integer · Context Windownullable
_window Prior turns included in context.
- currentType: integer · Current Versionnullable
_version The operator's latest available version.
- includeType: array string[] · Include Operator Results
_operator _results Other operators whose results are injected into context.
- includeType: boolean · Include Prior Results
_prior _results Whether the operator's own prior results are injected.
- operatorType: integer · Operator Results Window
_results _window Results injected per named operator.
- parametersType: object · Parameters
Resolved parameter values for this reference.
- propertyType: anything
Name
- priorType: integer · Prior Results Window
_results _window How many prior own results are injected.
- upgradeType: boolean · Upgrade Available
_available True when
current_versionis newer than the pinnedversion.