CachingEmbeddingGenerator<TInput,TEmbedding>.GetCacheKey メソッド

定義

指定した値のキャッシュ キーを計算します。

protected:
 abstract System::String ^ GetCacheKey(ReadOnlySpan<System::Object ^> values);
protected abstract string GetCacheKey(scoped ReadOnlySpan<object?> values);
abstract member GetCacheKey : ReadOnlySpan<obj> -> string
Protected MustOverride Function GetCacheKey (values As ReadOnlySpan(Of Object)) As String

パラメーター

values
ReadOnlySpan<Object>

キーに通知する値。

返品

計算されたキー。

適用対象