Struct aws_sdk_sagemaker::model::NeoVpcConfig
source · #[non_exhaustive]pub struct NeoVpcConfig { /* private fields */ }
Expand description
The VpcConfig
configuration object that specifies the VPC that you want the compilation jobs to connect to. For more information on controlling access to your Amazon S3 buckets used for compilation job, see Give Amazon SageMaker Compilation Jobs Access to Resources in Your Amazon VPC.
Implementations§
source§impl NeoVpcConfig
impl NeoVpcConfig
sourcepub fn security_group_ids(&self) -> Option<&[String]>
pub fn security_group_ids(&self) -> Option<&[String]>
The VPC security group IDs. IDs have the form of sg-xxxxxxxx
. Specify the security groups for the VPC that is specified in the Subnets
field.
source§impl NeoVpcConfig
impl NeoVpcConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NeoVpcConfig
.
Trait Implementations§
source§impl Clone for NeoVpcConfig
impl Clone for NeoVpcConfig
source§fn clone(&self) -> NeoVpcConfig
fn clone(&self) -> NeoVpcConfig
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 NeoVpcConfig
impl Debug for NeoVpcConfig
source§impl PartialEq<NeoVpcConfig> for NeoVpcConfig
impl PartialEq<NeoVpcConfig> for NeoVpcConfig
source§fn eq(&self, other: &NeoVpcConfig) -> bool
fn eq(&self, other: &NeoVpcConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.