Struct aws_sdk_sagemaker::types::MonitoringInput
source · #[non_exhaustive]pub struct MonitoringInput { /* private fields */ }
Expand description
The inputs for a monitoring job.
Implementations§
source§impl MonitoringInput
impl MonitoringInput
sourcepub fn endpoint_input(&self) -> Option<&EndpointInput>
pub fn endpoint_input(&self) -> Option<&EndpointInput>
The endpoint for a monitoring job.
sourcepub fn batch_transform_input(&self) -> Option<&BatchTransformInput>
pub fn batch_transform_input(&self) -> Option<&BatchTransformInput>
Input object for the batch transform job.
source§impl MonitoringInput
impl MonitoringInput
sourcepub fn builder() -> MonitoringInputBuilder
pub fn builder() -> MonitoringInputBuilder
Creates a new builder-style object to manufacture MonitoringInput
.
Trait Implementations§
source§impl Clone for MonitoringInput
impl Clone for MonitoringInput
source§fn clone(&self) -> MonitoringInput
fn clone(&self) -> MonitoringInput
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 MonitoringInput
impl Debug for MonitoringInput
source§impl PartialEq<MonitoringInput> for MonitoringInput
impl PartialEq<MonitoringInput> for MonitoringInput
source§fn eq(&self, other: &MonitoringInput) -> bool
fn eq(&self, other: &MonitoringInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.