Cloud AI Platform v1 API - Class GetFeatureViewSyncRequest (2.27.0)

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

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

Request message for [FeatureOnlineStoreAdminService.GetFeatureViewSync][google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.GetFeatureViewSync].

Inheritance

object > GetFeatureViewSyncRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetFeatureViewSyncRequest()

public GetFeatureViewSyncRequest()

GetFeatureViewSyncRequest(GetFeatureViewSyncRequest)

public GetFeatureViewSyncRequest(GetFeatureViewSyncRequest other)
Parameter
NameDescription
otherGetFeatureViewSyncRequest

Properties

FeatureViewSyncName

public FeatureViewSyncName FeatureViewSyncName { get; set; }

FeatureViewSyncName-typed view over the Name resource name property.

Property Value
TypeDescription
FeatureViewSyncName

Name

public string Name { get; set; }

Required. The name of the FeatureViewSync resource. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}

Property Value
TypeDescription
string