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