Cloud AI Platform v1 API - Class FeatureView.Types.SyncConfig (2.27.0)

public sealed class FeatureView.Types.SyncConfig : IMessage<FeatureView.Types.SyncConfig>, IEquatable<FeatureView.Types.SyncConfig>, IDeepCloneable<FeatureView.Types.SyncConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureView.Types.SyncConfig.

Configuration for Sync. Only one option is set.

Inheritance

object > FeatureView.Types.SyncConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SyncConfig()

public SyncConfig()

SyncConfig(SyncConfig)

public SyncConfig(FeatureView.Types.SyncConfig other)
Parameter
NameDescription
otherFeatureViewTypesSyncConfig

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
TypeDescription
string