CodeBasedEvaluatorDefinition(String) Constructor
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.
Initializes a new instance of CodeBasedEvaluatorDefinition.
public CodeBasedEvaluatorDefinition(string codeText);
new Azure.AI.Projects.CodeBasedEvaluatorDefinition : string -> Azure.AI.Projects.CodeBasedEvaluatorDefinition
Public Sub New (codeText As String)
Parameters
- codeText
- String
Inline code text for the evaluator.
Exceptions
codeText is null.