DiscoveryModelFactory.RunResultToolReport 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.
The RunResultToolReport.
public static Azure.AI.Discovery.RunResultToolReport RunResultToolReport(int percentageComplete = 0, Azure.AI.Discovery.RunResultToolReportStatusInformation statusInformation = default, string logs = default);
static member RunResultToolReport : int * Azure.AI.Discovery.RunResultToolReportStatusInformation * string -> Azure.AI.Discovery.RunResultToolReport
Public Shared Function RunResultToolReport (Optional percentageComplete As Integer = 0, Optional statusInformation As RunResultToolReportStatusInformation = Nothing, Optional logs As String = Nothing) As RunResultToolReport
Parameters
- percentageComplete
- Int32
Percentage compete.
- statusInformation
- RunResultToolReportStatusInformation
- logs
- String
Logs from the tool.
Returns
A new RunResultToolReport instance for mocking.