Udostępnij przez


AzureAIProjectsModelFactory.ScheduleTask Method

Definition

Schedule task model. Please note this is the abstract base class. The derived classes available for instantiation are: EvaluationScheduleTask and InsightScheduleTask.

public static Azure.AI.Projects.ScheduleTask ScheduleTask(string type = default, System.Collections.Generic.IDictionary<string,string> configuration = default);
static member ScheduleTask : string * System.Collections.Generic.IDictionary<string, string> -> Azure.AI.Projects.ScheduleTask
Public Shared Function ScheduleTask (Optional type As String = Nothing, Optional configuration As IDictionary(Of String, String) = Nothing) As ScheduleTask

Parameters

type
String

Type of the task.

configuration
IDictionary<String,String>

Configuration for the task.

Returns

A new ScheduleTask instance for mocking.

Applies to