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

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

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

Features belonging to a single feature group that will be synced to Online Store.

Inheritance

object > FeatureView.Types.FeatureRegistrySource.Types.FeatureGroup

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeatureGroup()

public FeatureGroup()

FeatureGroup(FeatureGroup)

public FeatureGroup(FeatureView.Types.FeatureRegistrySource.Types.FeatureGroup other)
Parameter
NameDescription
otherFeatureViewTypesFeatureRegistrySourceTypesFeatureGroup

Properties

FeatureGroupId

public string FeatureGroupId { get; set; }

Required. Identifier of the feature group.

Property Value
TypeDescription
string

FeatureIds

public RepeatedField<string> FeatureIds { get; }

Required. Identifiers of features under the feature group.

Property Value
TypeDescription
RepeatedFieldstring