ExperimentRunningStatusObject

data class ExperimentRunningStatusObject(val analysisCompleteTime: String? = null, val desiredState: String? = null, val reason: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(analysisCompleteTime: String? = null, desiredState: String? = null, reason: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provide the analysis Completion time for an experiment

Link copied to clipboard
val desiredState: String? = null

Provide CANCELLED or COMPLETED desired state when stopping an experiment

Link copied to clipboard
val reason: String? = null

Reason is a required input for stopping the experiment

Link copied to clipboard
val status: String? = null

Provide START or STOP action to apply on an experiment