AzureAIProjectsModelFactory.ScheduleTask 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.
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.