View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewOptimizedConfig (google_api_ai_platform v0.24.0)

Configuration for FeatureViews created in Optimized FeatureOnlineStore.

Attributes

  • automaticResources (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1AutomaticResources.t, default: nil) - Optional. A description of resources that the FeatureView uses, which to large degree are decided by Vertex AI, and optionally allows only a modest additional configuration. If min_replica_count is not set, the default value is 2. If max_replica_count is not set, the default value is 6. The max allowed replica count is 1000.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewOptimizedConfig{
    automaticResources:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1AutomaticResources.t()
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.