ExperimentExecutionProperties interface

Model that represents the execution properties of an Experiment.

Properties

startedAt

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.

stoppedAt

String that represents the stop date time. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

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