| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentExecution |
ExperimentExecution.clone() |
ExperimentExecution |
Experiment.getExecution()
A structure that contains the date and time that the experiment started and ended.
|
ExperimentExecution |
ExperimentExecution.withEndedTime(Date endedTime)
The date and time that the experiment ended.
|
ExperimentExecution |
ExperimentExecution.withStartedTime(Date startedTime)
The date and time that the experiment started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.setExecution(ExperimentExecution execution)
A structure that contains the date and time that the experiment started and ended.
|
Experiment |
Experiment.withExecution(ExperimentExecution execution)
A structure that contains the date and time that the experiment started and ended.
|
Copyright © 2022. All rights reserved.