Struct aws_sdk_sagemaker::model::MonitoringNetworkConfig
source · #[non_exhaustive]pub struct MonitoringNetworkConfig { /* private fields */ }
Expand description
The networking configuration for the monitoring job.
Implementations§
source§impl MonitoringNetworkConfig
impl MonitoringNetworkConfig
sourcepub fn enable_inter_container_traffic_encryption(&self) -> bool
pub fn enable_inter_container_traffic_encryption(&self) -> bool
Whether to encrypt all communications between the instances used for the monitoring jobs. Choose True
to encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.
sourcepub fn enable_network_isolation(&self) -> bool
pub fn enable_network_isolation(&self) -> bool
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
sourcepub fn vpc_config(&self) -> Option<&VpcConfig>
pub fn vpc_config(&self) -> Option<&VpcConfig>
Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Training Jobs by Using an Amazon Virtual Private Cloud.
source§impl MonitoringNetworkConfig
impl MonitoringNetworkConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MonitoringNetworkConfig
.
Trait Implementations§
source§impl Clone for MonitoringNetworkConfig
impl Clone for MonitoringNetworkConfig
source§fn clone(&self) -> MonitoringNetworkConfig
fn clone(&self) -> MonitoringNetworkConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for MonitoringNetworkConfig
impl Debug for MonitoringNetworkConfig
source§impl PartialEq<MonitoringNetworkConfig> for MonitoringNetworkConfig
impl PartialEq<MonitoringNetworkConfig> for MonitoringNetworkConfig
source§fn eq(&self, other: &MonitoringNetworkConfig) -> bool
fn eq(&self, other: &MonitoringNetworkConfig) -> bool
self
and other
values to be equal, and is used
by ==
.