DiscoveryModelFactory.StartTaskRequest(TaskAssignee) 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.
Request body for starting a task.
public static Azure.AI.Discovery.StartTaskRequest StartTaskRequest(Azure.AI.Discovery.TaskAssignee assignee = default);
static member StartTaskRequest : Azure.AI.Discovery.TaskAssignee -> Azure.AI.Discovery.StartTaskRequest
Public Shared Function StartTaskRequest (Optional assignee As TaskAssignee = Nothing) As StartTaskRequest
Parameters
- assignee
- TaskAssignee
Assignee that will execute the task. Optional.
Returns
A new StartTaskRequest instance for mocking.