Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SyncConfig.
Configuration for Sync. Only one option is set.
Generated from protobuf message google.cloud.aiplatform.v1.FeatureView.SyncConfig
Namespace
Google \ Cloud \ AIPlatform \ V1 \ FeatureViewMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ cron
string
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 * * * *".
↳ continuous
bool
Optional. If true, syncs the FeatureView in a continuous manner to Online Store.
getCron
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 * * * *".
string
setCron
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 * * * *".
var
string
$this
getContinuous
Optional. If true, syncs the FeatureView in a continuous manner to Online Store.
bool
setContinuous
Optional. If true, syncs the FeatureView in a continuous manner to Online Store.
var
bool
$this

