GetExperimentExecutionDetailsResult

data class GetExperimentExecutionDetailsResult(val failureReason: String, val id: String, val lastActionAt: String, val name: String, val runInformation: ExperimentExecutionDetailsPropertiesResponseRunInformation, val startedAt: String, val status: String, val stoppedAt: String, val type: String)

Model that represents the execution details of an Experiment.

Constructors

Link copied to clipboard
constructor(failureReason: String, id: String, lastActionAt: String, name: String, runInformation: ExperimentExecutionDetailsPropertiesResponseRunInformation, startedAt: String, status: String, stoppedAt: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The reason why the execution failed.

Link copied to clipboard
val id: String

String of the fully qualified resource ID.

Link copied to clipboard

String that represents the last action date time.

Link copied to clipboard

String of the resource name.

Link copied to clipboard
Link copied to clipboard

String that represents the start date time.

Link copied to clipboard

The status of the execution.

Link copied to clipboard

String that represents the stop date time.

Link copied to clipboard

String of the resource type.