Struct aws_sdk_sagemaker::model::monitoring_network_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MonitoringNetworkConfig
Implementations
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.
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.
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
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.
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.
Consumes the builder and constructs a MonitoringNetworkConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more