ExperimentSummary

A summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment API and provide the ExperimentName.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the experiment was created.

Link copied to clipboard

The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the experiment.

Link copied to clipboard

The name of the experiment.

Link copied to clipboard

The source of the experiment.

Link copied to clipboard

When the experiment was last modified.

Functions

Link copied to clipboard
inline fun copy(block: ExperimentSummary.Builder.() -> Unit = {}): ExperimentSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String