Cloud AI Platform v1 API - Class SyncFeatureViewResponse (2.27.0)

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

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

Respose message for [FeatureOnlineStoreAdminService.SyncFeatureView][google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.SyncFeatureView].

Inheritance

object > SyncFeatureViewResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SyncFeatureViewResponse()

public SyncFeatureViewResponse()

SyncFeatureViewResponse(SyncFeatureViewResponse)

public SyncFeatureViewResponse(SyncFeatureViewResponse other)
Parameter
NameDescription
otherSyncFeatureViewResponse

Properties

FeatureViewSync

public string FeatureViewSync { get; set; }

Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}

Property Value
TypeDescription
string