View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexStats (google_api_ai_platform v0.15.0)

Stats of the Index.

Attributes

  • shardsCount (type: integer(), default: nil) - Output only. The number of shards in the Index.
  • sparseVectorsCount (type: String.t, default: nil) - Output only. The number of sparse vectors in the Index.
  • vectorsCount (type: String.t, default: nil) - Output only. The number of dense vectors in the Index.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IndexStats{
  shardsCount: integer() | nil,
  sparseVectorsCount: String.t() | nil,
  vectorsCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.