dataos-sdk-kt
jvm
hera
/
io.dataos.hera.client.models
/
Run
Run
data
class
Run
(
val
runId
:
String
,
val
facets
:
RunFacet
?
=
null
)
Represents a run.
Members
Constructors
Run
Link copied to clipboard
constructor
(
runId
:
String
,
facets
:
RunFacet
?
=
null
)
Properties
facets
Link copied to clipboard
val
facets
:
RunFacet
?
=
null
The facets associated with the run (optional).
run
Id
Link copied to clipboard
val
runId
:
String
The ID of the run.