CodeBasedEvaluatorDefinition.EntryPoint 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 entry point Python file name for the uploaded evaluator code (e.g. 'answer_length_evaluator.py').
public string EntryPoint { get; set; }
member this.EntryPoint : string with get, set
Public Property EntryPoint As String