EvaluatorGenerationInputs.EvaluatorDisplayName 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 human-friendly display name for the resulting evaluator. Surfaced as EvaluatorVersion.display_name on the persisted evaluator. When omitted, the service uses evaluator_name as the display name. The evaluator_ prefix disambiguates this from the immutable evaluator_name identifier.
public string EvaluatorDisplayName { get; set; }
member this.EvaluatorDisplayName : string with get, set
Public Property EvaluatorDisplayName As String