#[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() -> RecommendationJobVpcConfigBuilder
pub fn builder() -> RecommendationJobVpcConfigBuilder
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 ==
.impl StructuralPartialEq for RecommendationJobVpcConfig
Auto Trait Implementations§
impl RefUnwindSafe for RecommendationJobVpcConfig
impl Send for RecommendationJobVpcConfig
impl Sync for RecommendationJobVpcConfig
impl Unpin for RecommendationJobVpcConfig
impl UnwindSafe for RecommendationJobVpcConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more