Share via


ChromaQueryResultModel.Metadatas Property

Definition

List of embedding metadatas.

[System.Text.Json.Serialization.JsonPropertyName("metadatas")]
public System.Collections.Generic.List<System.Collections.Generic.List<System.Collections.Generic.Dictionary<string,object>>> Metadatas { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("metadatas")>]
member this.Metadatas : System.Collections.Generic.List<System.Collections.Generic.List<System.Collections.Generic.Dictionary<string, obj>>> with get, set
Public Property Metadatas As List(Of List(Of Dictionary(Of String, Object)))

Property Value

Attributes

Applies to