Struct aws_sdk_evidently::types::ExperimentSchedule
source · #[non_exhaustive]pub struct ExperimentSchedule { /* private fields */ }Expand description
This structure contains the time and date that Evidently completed the analysis of the experiment.
Implementations§
source§impl ExperimentSchedule
impl ExperimentSchedule
sourcepub fn analysis_complete_time(&self) -> Option<&DateTime>
pub fn analysis_complete_time(&self) -> Option<&DateTime>
The time and date that Evidently completed the analysis of the experiment.
source§impl ExperimentSchedule
impl ExperimentSchedule
sourcepub fn builder() -> ExperimentScheduleBuilder
pub fn builder() -> ExperimentScheduleBuilder
Creates a new builder-style object to manufacture ExperimentSchedule.
Trait Implementations§
source§impl Clone for ExperimentSchedule
impl Clone for ExperimentSchedule
source§fn clone(&self) -> ExperimentSchedule
fn clone(&self) -> ExperimentSchedule
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ExperimentSchedule
impl Debug for ExperimentSchedule
source§impl PartialEq<ExperimentSchedule> for ExperimentSchedule
impl PartialEq<ExperimentSchedule> for ExperimentSchedule
source§fn eq(&self, other: &ExperimentSchedule) -> bool
fn eq(&self, other: &ExperimentSchedule) -> bool
This method tests for
self and other values to be equal, and is used
by ==.