Skip to content

CanaryEvaluation

← All HTTP schemas

Represents the result of evaluating a canary policy against the current results of the canary and control variants.

Shape: object

Property Required Type Description Rules
decision yes CanaryDecisionKind Gets the evaluation outcome.
reason yes string Gets the human-readable reason for the decision.
canary no null oneOf ExperimentVariantResult
control no null oneOf ExperimentVariantResult
evaluatedAt yes string (date-time) Gets the UTC time when the evaluation occurred.