EmbeddingsOptions.EncodingFormat 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.
Optional. The desired format for the returned embeddings.
public Azure.AI.Inference.EmbeddingEncodingFormat? EncodingFormat { get; set; }
member this.EncodingFormat : Nullable<Azure.AI.Inference.EmbeddingEncodingFormat> with get, set
Public Property EncodingFormat As Nullable(Of EmbeddingEncodingFormat)