Get Experiment Template Result
data class GetExperimentTemplateResult(val actions: Map<String, ExperimentTemplateAction>? = null, val description: String? = null, val experimentOptions: ExperimentTemplateExperimentOptions? = null, val experimentReportConfiguration: ExperimentTemplateExperimentReportConfiguration? = null, val id: String? = null, val logConfiguration: ExperimentTemplateLogConfiguration? = null, val roleArn: String? = null, val stopConditions: List<ExperimentTemplateStopCondition>? = null, val targets: Map<String, ExperimentTemplateTarget>? = null)
Constructors
Link copied to clipboard
constructor(actions: Map<String, ExperimentTemplateAction>? = null, description: String? = null, experimentOptions: ExperimentTemplateExperimentOptions? = null, experimentReportConfiguration: ExperimentTemplateExperimentReportConfiguration? = null, id: String? = null, logConfiguration: ExperimentTemplateLogConfiguration? = null, roleArn: String? = null, stopConditions: List<ExperimentTemplateStopCondition>? = null, targets: Map<String, ExperimentTemplateTarget>? = null)
Properties
Link copied to clipboard
The actions for the experiment.
Link copied to clipboard
The description for the experiment template.
Link copied to clipboard
The experiment options for an experiment template.
Link copied to clipboard
Describes the report configuration for the experiment template.
Link copied to clipboard
The configuration for experiment logging.
Link copied to clipboard
The stop conditions for the experiment.
Link copied to clipboard
The targets for the experiment.