Featurestore_OnlineServingConfig class final

OnlineServingConfig specifies the details for provisioning online serving resources.

Inheritance
  • Object
  • ProtoMessage
  • Featurestore_OnlineServingConfig

Properties

fixedNodeCount int
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.
final
hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaling Featurestore_OnlineServingConfig_Scaling?
Online serving scaling configuration. Only one of fixed_node_count and scaling can be set. Setting one will reset the other.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String