Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Featurestore::OnlineServingConfig (v0.2.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 each cluster. The number of nodes will not scale automatically but can be scaled manually by providing different values when updating. Only one of fixed_node_count and scaling can be set. Setting one will reset the other.

#fixed_node_count=

def fixed_node_count=(value) -> ::Integer
Parameter
  • value (::Integer) — 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. Only one of fixed_node_count and scaling can be set. Setting one will reset the other.
Returns
  • (::Integer) — 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. Only one of fixed_node_count and scaling can be set. Setting one will reset the other.