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 v1beta1 API class FeatureView.Types.FeatureRegistrySource.
A Feature Registry source for features that need to be synced to Online Store.
Implements
IMessageFeatureViewTypesFeatureRegistrySource, IEquatableFeatureViewTypesFeatureRegistrySource, IDeepCloneableFeatureViewTypesFeatureRegistrySource, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FeatureRegistrySource()
public FeatureRegistrySource()
FeatureRegistrySource(FeatureRegistrySource)
public FeatureRegistrySource(FeatureView.Types.FeatureRegistrySource other)
Parameter | |
---|---|
Name | Description |
other |
FeatureViewTypesFeatureRegistrySource |
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 | |
---|---|
Type | Description |
RepeatedFieldFeatureViewTypesFeatureRegistrySourceTypesFeatureGroup |
HasProjectNumber
public bool HasProjectNumber { get; }
Gets whether the "project_number" field is set
Property Value | |
---|---|
Type | Description |
bool |
ProjectNumber
public long ProjectNumber { get; set; }
Optional. The project number of the parent project of the Feature Groups.
Property Value | |
---|---|
Type | Description |
long |