EvaluatorGenerationInputs.EvaluatorDescription 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 description for the resulting evaluator. Surfaced as EvaluatorVersion.description on the persisted evaluator. Typically collected from the UI alongside evaluator_display_name. The evaluator_ prefix disambiguates this from any other description fields on related models.
public string EvaluatorDescription { get; set; }
member this.EvaluatorDescription : string with get, set
Public Property EvaluatorDescription As String