Gemini Enterprise for Customer Experience v1beta API - Class ScheduledEvaluationRun.Types.SchedulingConfig (1.0.0-beta01)

public sealed class ScheduledEvaluationRun.Types.SchedulingConfig : IMessage<ScheduledEvaluationRun.Types.SchedulingConfig>, IEquatable<ScheduledEvaluationRun.Types.SchedulingConfig>, IDeepCloneable<ScheduledEvaluationRun.Types.SchedulingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ScheduledEvaluationRun.Types.SchedulingConfig.

Eval scheduling configuration details

Inheritance

object > ScheduledEvaluationRun.Types.SchedulingConfig

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

SchedulingConfig()

public SchedulingConfig()

SchedulingConfig(SchedulingConfig)

public SchedulingConfig(ScheduledEvaluationRun.Types.SchedulingConfig other)
Parameter
Name Description
other ScheduledEvaluationRunTypesSchedulingConfig

Properties

DaysOfWeek

public RepeatedField<int> DaysOfWeek { get; }

Optional. The days of the week to run the eval. Applicable only for Weekly and Biweekly frequencies. 1 is Monday, 2 is Tuesday, ..., 7 is Sunday.

Property Value
Type Description
RepeatedFieldint

Frequency

public ScheduledEvaluationRun.Types.SchedulingConfig.Types.Frequency Frequency { get; set; }

Required. The frequency with which to run the eval

Property Value
Type Description
ScheduledEvaluationRunTypesSchedulingConfigTypesFrequency

StartTime

public Timestamp StartTime { get; set; }

Required. Timestamp when the eval should start.

Property Value
Type Description
Timestamp