Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Featurestore::OnlineServingConfig (v0.15.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Featurestore::OnlineServingConfig.

OnlineServingConfig specifies the details for provisioning online serving resources.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#fixed_node_count

def fixed_node_count() -> ::Integer
Returns
  • (::Integer) — 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.

#fixed_node_count=

def fixed_node_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#scaling

def scaling() -> ::Google::Cloud::AIPlatform::V1::Featurestore::OnlineServingConfig::Scaling
Returns

#scaling=

def scaling=(value) -> ::Google::Cloud::AIPlatform::V1::Featurestore::OnlineServingConfig::Scaling
Parameter
Returns