View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig (google_api_ai_platform v0.13.0)
OnlineServingConfig specifies the details for provisioning online serving resources.
Attributes
-
fixedNodeCount
(type:integer()
, default:nil
) - 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
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeaturestoreOnlineServingConfigScaling.t
, default:nil
) - Online serving scaling configuration. Only one offixed_node_count
andscaling
can be set. Setting one will reset the other.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig{ fixedNodeCount: integer() | nil, scaling: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeaturestoreOnlineServingConfigScaling.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.