HuggingFacePromptExecutionSettings.ResultsPerPrompt 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.
(Default: 1). Integer. The number of proposition you want to be returned.
[System.Text.Json.Serialization.JsonPropertyName("results_per_prompt")]
public int ResultsPerPrompt { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("results_per_prompt")>]
member this.ResultsPerPrompt : int with get, set
Public Property ResultsPerPrompt As Integer
Property Value
- Attributes
Remarks
This may not be supported by all models/inference API.