#[non_exhaustive]pub struct InferenceExperimentSchedule { /* private fields */ }
Expand description
The start and end times of an inference experiment.
The maximum duration that you can set for an inference experiment is 30 days.
Implementations§
source§impl InferenceExperimentSchedule
impl InferenceExperimentSchedule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InferenceExperimentSchedule
.
Trait Implementations§
source§impl Clone for InferenceExperimentSchedule
impl Clone for InferenceExperimentSchedule
source§fn clone(&self) -> InferenceExperimentSchedule
fn clone(&self) -> InferenceExperimentSchedule
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 InferenceExperimentSchedule
impl Debug for InferenceExperimentSchedule
source§impl PartialEq<InferenceExperimentSchedule> for InferenceExperimentSchedule
impl PartialEq<InferenceExperimentSchedule> for InferenceExperimentSchedule
source§fn eq(&self, other: &InferenceExperimentSchedule) -> bool
fn eq(&self, other: &InferenceExperimentSchedule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.