Module: Google::Cloud::Ces::V1beta::ScheduledEvaluationRun::SchedulingConfig::Frequency

Defined in:
proto_docs/google/cloud/ces/v1beta/evaluation.rb

Overview

The frequencies evals can be run at

Constant Summary collapse

FREQUENCY_UNSPECIFIED =

The frequency is unspecified.

0
NONE =

Indicates a one-time scheduled run that should not repeat

1
DAILY =

Run the evaluation daily.

2
WEEKLY =

Run the evaluation weekly.

3
BIWEEKLY =

Run the evaluation biweekly.

4