AzureAIProjectsModelFactory.InsightScheduleTask 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.
Insight task for the schedule.
public static Azure.AI.Projects.Evaluation.InsightScheduleTask InsightScheduleTask(System.Collections.Generic.IDictionary<string,string> configuration = default, Azure.AI.Projects.Evaluation.ProjectsInsight insight = default);
static member InsightScheduleTask : System.Collections.Generic.IDictionary<string, string> * Azure.AI.Projects.Evaluation.ProjectsInsight -> Azure.AI.Projects.Evaluation.InsightScheduleTask
Public Shared Function InsightScheduleTask (Optional configuration As IDictionary(Of String, String) = Nothing, Optional insight As ProjectsInsight = Nothing) As InsightScheduleTask
Parameters
- configuration
- IDictionary<String,String>
Configuration for the task.
- insight
- ProjectsInsight
The insight payload.
Returns
A new InsightScheduleTask instance for mocking.