#[non_exhaustive]pub struct RecommendationJobVpcConfig { /* private fields */ }
Expand description
Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.
Implementations§
source§impl RecommendationJobVpcConfig
impl RecommendationJobVpcConfig
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 RecommendationJobVpcConfig
impl RecommendationJobVpcConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecommendationJobVpcConfig
.
Trait Implementations§
source§impl Clone for RecommendationJobVpcConfig
impl Clone for RecommendationJobVpcConfig
source§fn clone(&self) -> RecommendationJobVpcConfig
fn clone(&self) -> RecommendationJobVpcConfig
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 RecommendationJobVpcConfig
impl Debug for RecommendationJobVpcConfig
source§impl PartialEq<RecommendationJobVpcConfig> for RecommendationJobVpcConfig
impl PartialEq<RecommendationJobVpcConfig> for RecommendationJobVpcConfig
source§fn eq(&self, other: &RecommendationJobVpcConfig) -> bool
fn eq(&self, other: &RecommendationJobVpcConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.