Struct aws_sdk_sagemaker::model::MonitoringResources
source · #[non_exhaustive]pub struct MonitoringResources { /* private fields */ }
Expand description
Identifies the resources to deploy for a monitoring job.
Implementations§
source§impl MonitoringResources
impl MonitoringResources
sourcepub fn cluster_config(&self) -> Option<&MonitoringClusterConfig>
pub fn cluster_config(&self) -> Option<&MonitoringClusterConfig>
The configuration for the cluster resources used to run the processing job.
source§impl MonitoringResources
impl MonitoringResources
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MonitoringResources
.
Trait Implementations§
source§impl Clone for MonitoringResources
impl Clone for MonitoringResources
source§fn clone(&self) -> MonitoringResources
fn clone(&self) -> MonitoringResources
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 MonitoringResources
impl Debug for MonitoringResources
source§impl PartialEq<MonitoringResources> for MonitoringResources
impl PartialEq<MonitoringResources> for MonitoringResources
source§fn eq(&self, other: &MonitoringResources) -> bool
fn eq(&self, other: &MonitoringResources) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.