Struct aws_sdk_sagemaker::operation::start_monitoring_schedule::StartMonitoringScheduleInput
source · #[non_exhaustive]pub struct StartMonitoringScheduleInput { /* private fields */ }
Implementations§
source§impl StartMonitoringScheduleInput
impl StartMonitoringScheduleInput
sourcepub fn monitoring_schedule_name(&self) -> Option<&str>
pub fn monitoring_schedule_name(&self) -> Option<&str>
The name of the schedule to start.
source§impl StartMonitoringScheduleInput
impl StartMonitoringScheduleInput
sourcepub fn builder() -> StartMonitoringScheduleInputBuilder
pub fn builder() -> StartMonitoringScheduleInputBuilder
Creates a new builder-style object to manufacture StartMonitoringScheduleInput
.
source§impl StartMonitoringScheduleInput
impl StartMonitoringScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartMonitoringSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StartMonitoringSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartMonitoringSchedule
>
Trait Implementations§
source§impl Clone for StartMonitoringScheduleInput
impl Clone for StartMonitoringScheduleInput
source§fn clone(&self) -> StartMonitoringScheduleInput
fn clone(&self) -> StartMonitoringScheduleInput
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 StartMonitoringScheduleInput
impl Debug for StartMonitoringScheduleInput
source§impl PartialEq<StartMonitoringScheduleInput> for StartMonitoringScheduleInput
impl PartialEq<StartMonitoringScheduleInput> for StartMonitoringScheduleInput
source§fn eq(&self, other: &StartMonitoringScheduleInput) -> bool
fn eq(&self, other: &StartMonitoringScheduleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.