Class Featurestore.Types.OnlineServingConfig (1.2.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 each cluster. The number of nodes will not scale automatically but can be scaled manually by providing different values when updating.

Property Value
TypeDescription
Int32