ContinuousEvaluationRuleAction interface
Evaluation rule action for continuous evaluation.
- Extends
Properties
| eval |
Eval Id to add continuous evaluation runs to. |
| max |
Maximum number of evaluation runs allowed per hour. |
| sampling |
Percentage (0-100] chance that a matching event triggers an evaluation. When omitted, the service-default is to evaluate every event, which is equivalent to setting a sampling rate of 100. |
| type | The type discriminator, always 'continuousEvaluation'. |
Property Details
evalId
Eval Id to add continuous evaluation runs to.
evalId: string
Property Value
string
maxHourlyRuns
Maximum number of evaluation runs allowed per hour.
maxHourlyRuns?: number
Property Value
number
samplingRate
Percentage (0-100] chance that a matching event triggers an evaluation. When omitted, the service-default is to evaluate every event, which is equivalent to setting a sampling rate of 100.
samplingRate?: number
Property Value
number
type
The type discriminator, always 'continuousEvaluation'.
type: "continuousEvaluation"
Property Value
"continuousEvaluation"