Cloud AI Platform v1beta1 API - Class ScheduleConfig (1.0.0-beta10)

public sealed class ScheduleConfig : IMessage<ScheduleConfig>, IEquatable<ScheduleConfig>, IDeepCloneable<ScheduleConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ScheduleConfig.

Schedule configuration for the FeatureMonitor.

Inheritance

object > ScheduleConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ScheduleConfig()

public ScheduleConfig()

ScheduleConfig(ScheduleConfig)

public ScheduleConfig(ScheduleConfig other)
Parameter
Name Description
other ScheduleConfig

Properties

Cron

public string Cron { get; set; }

Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, "CRON_TZ=America/New_York 1 * * * *", or "TZ=America/New_York 1 * * * *".

Property Value
Type Description
string