Cloud AI Platform v1 API - Class FeatureViewSync (2.27.0)

public sealed class FeatureViewSync : IMessage<FeatureViewSync>, IEquatable<FeatureViewSync>, IDeepCloneable<FeatureViewSync>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureViewSync.

FeatureViewSync is a representation of sync operation which copies data from data source to Feature View in Online Store.

Inheritance

object > FeatureViewSync

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeatureViewSync()

public FeatureViewSync()

FeatureViewSync(FeatureViewSync)

public FeatureViewSync(FeatureViewSync other)
Parameter
NameDescription
otherFeatureViewSync

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.

Property Value
TypeDescription
Timestamp

FeatureViewSyncName

public FeatureViewSyncName FeatureViewSyncName { get; set; }

FeatureViewSyncName-typed view over the Name resource name property.

Property Value
TypeDescription
FeatureViewSyncName

FinalStatus

public Status FinalStatus { get; set; }

Output only. Final status of the FeatureViewSync.

Property Value
TypeDescription
Status

Name

public string Name { get; set; }

Identifier. Name of the FeatureViewSync. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}

Property Value
TypeDescription
string

RunTime

public Interval RunTime { get; set; }

Output only. Time when this FeatureViewSync is finished.

Property Value
TypeDescription
Interval

SyncSummary

public FeatureViewSync.Types.SyncSummary SyncSummary { get; set; }

Output only. Summary of the sync job.

Property Value
TypeDescription
FeatureViewSyncTypesSyncSummary