View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig (google_api_ai_platform v0.13.0)

Configuration options for the tree-AH algorithm.

Attributes

  • leafNodeEmbeddingCount (type: String.t, default: nil) - Optional. Number of embeddings on each leaf node. The default value is 1000 if not set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewIndexConfigTreeAHConfig{
    leafNodeEmbeddingCount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.