Cloud AI Platform v1 API - Class Featurestore.Types.OnlineServingConfig (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class Featurestore.Types.OnlineServingConfig.

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(OnlineServingConfig)

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

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
int

Scaling

public Featurestore.Types.OnlineServingConfig.Types.Scaling Scaling { get; set; }

Online serving scaling configuration. Only one of fixed_node_count and scaling can be set. Setting one will reset the other.

Property Value
TypeDescription
FeaturestoreTypesOnlineServingConfigTypesScaling