Share via


ChromaQueryResultModel.Ids Property

Definition

List of embedding identifiers.

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

Property Value

Attributes

Applies to