Run

data class Run(val runId: String, val facets: RunFacet? = null)

Represents a run.

Constructors

Link copied to clipboard
constructor(runId: String, facets: RunFacet? = null)

Properties

Link copied to clipboard
val facets: RunFacet? = null

The facets associated with the run (optional).

Link copied to clipboard

The ID of the run.