AzureAIProjectsModelFactory.EvaluationRuleAction(String) Method
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.
Evaluation action model. Please note this is the abstract base class. The derived classes available for instantiation are: ContinuousEvaluationRuleAction and HumanEvaluationRuleAction.
public static Azure.AI.Projects.EvaluationRuleAction EvaluationRuleAction(string type = default);
static member EvaluationRuleAction : string -> Azure.AI.Projects.EvaluationRuleAction
Public Shared Function EvaluationRuleAction (Optional type As String = Nothing) As EvaluationRuleAction
Parameters
- type
- String
Type of the evaluation action.
Returns
A new EvaluationRuleAction instance for mocking.