BinaryEmbedding クラス

定義

ビット ベクターで構成される埋め込みを表します。

public ref class BinaryEmbedding sealed : Microsoft::Extensions::AI::Embedding
public sealed class BinaryEmbedding : Microsoft.Extensions.AI.Embedding
type BinaryEmbedding = class
    inherit Embedding
Public NotInheritable Class BinaryEmbedding
Inherits Embedding
継承
BinaryEmbedding

コンストラクター

名前 説明
BinaryEmbedding(BitArray)

埋め込みベクターを使用して、 BinaryEmbedding クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AdditionalProperties

埋め込みに関連付けられている追加のプロパティを取得または設定します。

(継承元 Embedding)
CreatedAt

埋め込みの作成時点のタイムスタンプを取得または設定します。

(継承元 Embedding)
Dimensions

埋め込みベクターの次元を取得します。

ModelId

埋め込みの作成時に使用するモデル ID を取得または設定します。

(継承元 Embedding)
Vector

この埋め込みによって表される埋め込みベクターを取得または設定します。

適用対象