Show / Hide Table of Contents

Class GoogleCloudAiplatformV1FeatureViewSyncConfig

Configuration for Sync. Only one option is set.

Inheritance
object
GoogleCloudAiplatformV1FeatureViewSyncConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FeatureViewSyncConfig : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX