Struct aws_sdk_sagemaker::model::MonitoringInput
source · [−]#[non_exhaustive]pub struct MonitoringInput { /* private fields */ }Expand description
The inputs for a monitoring job.
Implementations
sourceimpl MonitoringInput
impl MonitoringInput
sourcepub fn endpoint_input(&self) -> Option<&EndpointInput>
pub fn endpoint_input(&self) -> Option<&EndpointInput>
The endpoint for a monitoring job.
sourceimpl MonitoringInput
impl MonitoringInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MonitoringInput.
Trait Implementations
sourceimpl Clone for MonitoringInput
impl Clone for MonitoringInput
sourcefn clone(&self) -> MonitoringInput
fn clone(&self) -> MonitoringInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MonitoringInput
impl Debug for MonitoringInput
sourceimpl PartialEq<MonitoringInput> for MonitoringInput
impl PartialEq<MonitoringInput> for MonitoringInput
sourcefn eq(&self, other: &MonitoringInput) -> bool
fn eq(&self, other: &MonitoringInput) -> bool
impl StructuralPartialEq for MonitoringInput
Auto Trait Implementations
impl RefUnwindSafe for MonitoringInput
impl Send for MonitoringInput
impl Sync for MonitoringInput
impl Unpin for MonitoringInput
impl UnwindSafe for MonitoringInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more