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 v1beta1 API class FeatureView.Types.SyncConfig.
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 * * * *".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This documentation provides details for the `FeatureView.Types.SyncConfig` class, which is part of the Cloud AI Platform v1beta1 API."],["The `SyncConfig` class is used to define the configuration for synchronization processes, with only one option configurable at a time."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `SyncConfig` class contains a `Cron` property, allowing you to define a Cron schedule for launching runs, including the ability to specify a timezone."],["There are two different versions of the `SyncConfig` class, the latest being beta21, with an older version being beta20."]]],[]]