#[non_exhaustive]pub struct ListMonitoringSchedulesOutput { /* private fields */ }
Implementations§
source§impl ListMonitoringSchedulesOutput
impl ListMonitoringSchedulesOutput
sourcepub fn monitoring_schedule_summaries(
&self
) -> Option<&[MonitoringScheduleSummary]>
pub fn monitoring_schedule_summaries(
&self
) -> Option<&[MonitoringScheduleSummary]>
A JSON array in which each element is a summary for a monitoring schedule.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.
source§impl ListMonitoringSchedulesOutput
impl ListMonitoringSchedulesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListMonitoringSchedulesOutput
.
Trait Implementations§
source§impl Clone for ListMonitoringSchedulesOutput
impl Clone for ListMonitoringSchedulesOutput
source§fn clone(&self) -> ListMonitoringSchedulesOutput
fn clone(&self) -> ListMonitoringSchedulesOutput
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 PartialEq<ListMonitoringSchedulesOutput> for ListMonitoringSchedulesOutput
impl PartialEq<ListMonitoringSchedulesOutput> for ListMonitoringSchedulesOutput
source§fn eq(&self, other: &ListMonitoringSchedulesOutput) -> bool
fn eq(&self, other: &ListMonitoringSchedulesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.