KustoSerializer.DeserializeEmbedding(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns deserialized instance of an embedding from serialized embedding.
public static ReadOnlyMemory<float> DeserializeEmbedding (string? embedding);
static member DeserializeEmbedding : string -> ReadOnlyMemory<single>
Public Shared Function DeserializeEmbedding (embedding As String) As ReadOnlyMemory(Of Single)
Parameters
- embedding
- String
Serialized embedding.