Get Experiment Result
data class GetExperimentResult(val description: String? = null, val enabledState: String? = null, val endpointA: ExperimentEndpointResponse? = null, val endpointB: ExperimentEndpointResponse? = null, val id: String, val location: String? = null, val name: String, val resourceState: String, val scriptFileUri: String, val status: String, val tags: Map<String, String>? = null, val type: String)
Defines the properties of an Experiment
Constructors
Link copied to clipboard
constructor(description: String? = null, enabledState: String? = null, endpointA: ExperimentEndpointResponse? = null, endpointB: ExperimentEndpointResponse? = null, id: String, location: String? = null, name: String, resourceState: String, scriptFileUri: String, status: String, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The description of the details or intents of the Experiment
Link copied to clipboard
The state of the Experiment
Link copied to clipboard
The endpoint A of an experiment
Link copied to clipboard
The endpoint B of an experiment
Link copied to clipboard
Resource status.
Link copied to clipboard
The uri to the Script used in the Experiment