BinaryEmbedding.Vector 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個嵌入所代表的嵌入向量。
public:
property System::Collections::BitArray ^ Vector { System::Collections::BitArray ^ get(); void set(System::Collections::BitArray ^ value); };
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Extensions.AI.BinaryEmbedding+VectorConverter))]
public System.Collections.BitArray Vector { get; set; }
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Extensions.AI.BinaryEmbedding+VectorConverter))>]
member this.Vector : System.Collections.BitArray with get, set
Public Property Vector As BitArray
屬性值
- 屬性