RunResult Class
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.
Run result.
public class RunResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.RunResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.RunResult>
type RunResult = class
interface IJsonModel<RunResult>
interface IPersistableModel<RunResult>
Public Class RunResult
Implements IJsonModel(Of RunResult), IPersistableModel(Of RunResult)
- Inheritance
-
RunResult
- Implements
Properties
| Name | Description |
|---|---|
| CompletedAt |
The time the run completed. |
| CreatedAt |
The timestamp when the resource was created. |
| CreatedBy |
The user that started the tool run. |
| DebugInfo |
Debugging information. |
| OutputData |
Output data URIs. |
| RuntimeDetails |
Human-readable details about the run status. |
| Status |
Status of the run. |
| ToolReport |
Details provided by the tool (rather than the platform). |