Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExperimentExecutionDetails

Package version

Model that represents the execution details of a Experiment.

Hierarchy

  • ExperimentExecutionDetails

Index

Properties

Optional createdDateTime

createdDateTime: Date

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

Optional experimentId

experimentId: undefined | string

The id of the experiment. NOTE: This property will not be serialized. It can only be populated by the server.

Optional failureReason

failureReason: undefined | string

The reason why the execution failed. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

String of the fully qualified resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastActionDateTime

lastActionDateTime: Date

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

Optional name

name: undefined | string

String of the resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional runInformation

The information of the experiment run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional startDateTime

startDateTime: Date

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

Optional status

status: undefined | string

The value of the status of the experiment execution. NOTE: This property will not be serialized. It can only be populated by the server.

Optional stopDateTime

stopDateTime: Date

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

Optional type

type: undefined | string

String of the resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc