Class GoogleCloudAiplatformV1beta1FeatureViewSyncConfig
Configuration for Sync. Only one option is set.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FeatureViewSyncConfig : IDirectResponseSchema
Properties
Continuous
Optional. If true, syncs the FeatureView in a continuous manner to Online Store.
Declaration
[JsonProperty("continuous")]
public virtual bool? Continuous { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Cron
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 * * * *".
Declaration
[JsonProperty("cron")]
public virtual string Cron { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |