Cloud AI Platform v1 API - Class FeatureView.Types.FeatureRegistrySource (2.27.0)

public sealed class FeatureView.Types.FeatureRegistrySource : IMessage<FeatureView.Types.FeatureRegistrySource>, IEquatable<FeatureView.Types.FeatureRegistrySource>, IDeepCloneable<FeatureView.Types.FeatureRegistrySource>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureView.Types.FeatureRegistrySource.

A Feature Registry source for features that need to be synced to Online Store.

Inheritance

object > FeatureView.Types.FeatureRegistrySource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeatureRegistrySource()

public FeatureRegistrySource()

FeatureRegistrySource(FeatureRegistrySource)

public FeatureRegistrySource(FeatureView.Types.FeatureRegistrySource other)
Parameter
NameDescription
otherFeatureViewTypesFeatureRegistrySource

Properties

FeatureGroups

public RepeatedField<FeatureView.Types.FeatureRegistrySource.Types.FeatureGroup> FeatureGroups { get; }

Required. List of features that need to be synced to Online Store.

Property Value
TypeDescription
RepeatedFieldFeatureViewTypesFeatureRegistrySourceTypesFeatureGroup

HasProjectNumber

public bool HasProjectNumber { get; }

Gets whether the "project_number" field is set

Property Value
TypeDescription
bool

ProjectNumber

public long ProjectNumber { get; set; }

Optional. The project number of the parent project of the Feature Groups.

Property Value
TypeDescription
long