AzureAIProjectsModelFactory.InsightScheduleTask Method

Definition

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.

Applies to