OnnxRuntimeGenAIPromptExecutionSettings.NumReturnSequences 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 number of independently computed returned sequences for each element in the batch
[System.Text.Json.Serialization.JsonPropertyName("num_return_sequences")]
public int? NumReturnSequences { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("num_return_sequences")>]
member this.NumReturnSequences : Nullable<int> with get, set
Public Property NumReturnSequences As Nullable(Of Integer)
Property Value
- Attributes