Share via


GeminiPromptExecutionSettings.CandidateCount Property

Definition

The count of candidates. Possible values range from 1 to 8.

[System.Text.Json.Serialization.JsonPropertyName("candidate_count")]
public int? CandidateCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("candidate_count")>]
member this.CandidateCount : Nullable<int> with get, set
Public Property CandidateCount As Nullable(Of Integer)

Property Value

Attributes

Applies to