ExperimentExecution interface
Model that represents the execution of a Experiment.
Properties
id | String of the fully qualified resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
name | String of the resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
started |
String that represents the start date time. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the execution. NOTE: This property will not be serialized. It can only be populated by the server. |
stopped |
String that represents the stop date time. NOTE: This property will not be serialized. It can only be populated by the server. |
type | String of the resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
String of the fully qualified resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
String of the resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
startedAt
String that represents the start date time. NOTE: This property will not be serialized. It can only be populated by the server.
startedAt?: Date
Property Value
Date
status
The status of the execution. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
stoppedAt
String that represents the stop date time. NOTE: This property will not be serialized. It can only be populated by the server.
stoppedAt?: Date
Property Value
Date
type
String of the resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string