EmbeddingsOptions.InputType 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 type of the input. Returns a 422 error if the model doesn't support the value or parameter.
public Azure.AI.Inference.EmbeddingInputType? InputType { get; set; }
member this.InputType : Nullable<Azure.AI.Inference.EmbeddingInputType> with get, set
Public Property InputType As Nullable(Of EmbeddingInputType)