SparseVectorData.Values Property
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.
The corresponding values of the sparse data, which must be the same length as the indices.
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.SemanticKernel.Text.ReadOnlyMemoryConverter))]
[System.Text.Json.Serialization.JsonPropertyName("values")]
public ReadOnlyMemory<float> Values { get; set; }
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.SemanticKernel.Text.ReadOnlyMemoryConverter))>]
[<System.Text.Json.Serialization.JsonPropertyName("values")>]
member this.Values : ReadOnlyMemory<single> with get, set
Public Property Values As ReadOnlyMemory(Of Single)
Property Value
The corresponding values of the sparse data, which must be the same length as the indices.
- Attributes