Class Featurestore.Types.OnlineServingConfig (1.8.0)

public sealed class OnlineServingConfig : IMessage<Featurestore.Types.OnlineServingConfig>, IEquatable<Featurestore.Types.OnlineServingConfig>, IDeepCloneable<Featurestore.Types.OnlineServingConfig>, IBufferMessage, IMessage

OnlineServingConfig specifies the details for provisioning online serving resources.

Inheritance

Object > Featurestore.Types.OnlineServingConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

OnlineServingConfig()

public OnlineServingConfig()

OnlineServingConfig(Featurestore.Types.OnlineServingConfig)

public OnlineServingConfig(Featurestore.Types.OnlineServingConfig other)
Parameter
NameDescription
otherFeaturestore.Types.OnlineServingConfig

Properties

FixedNodeCount

public int FixedNodeCount { get; set; }

The number of nodes for the online store. The number of nodes doesn't scale automatically, but you can manually update the number of nodes. If set to 0, the featurestore will not have an online store and cannot be used for online serving.

Property Value
TypeDescription
Int32