amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.RecommendationJobVpcConfig

Description

 
Synopsis

Documentation

data RecommendationJobVpcConfig Source #

Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.

See: newRecommendationJobVpcConfig smart constructor.

Constructors

RecommendationJobVpcConfig' 

Fields

  • securityGroupIds :: NonEmpty Text

    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.

  • subnets :: NonEmpty Text

    The ID of the subnets in the VPC to which you want to connect your model.

Instances

Instances details
FromJSON RecommendationJobVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobVpcConfig

ToJSON RecommendationJobVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobVpcConfig

Generic RecommendationJobVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobVpcConfig

Associated Types

type Rep RecommendationJobVpcConfig :: Type -> Type #

Read RecommendationJobVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobVpcConfig

Show RecommendationJobVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobVpcConfig

NFData RecommendationJobVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobVpcConfig

Eq RecommendationJobVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobVpcConfig

Hashable RecommendationJobVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobVpcConfig

type Rep RecommendationJobVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobVpcConfig

type Rep RecommendationJobVpcConfig = D1 ('MetaData "RecommendationJobVpcConfig" "Amazonka.SageMaker.Types.RecommendationJobVpcConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "RecommendationJobVpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newRecommendationJobVpcConfig Source #

Create a value of RecommendationJobVpcConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityGroupIds:RecommendationJobVpcConfig', recommendationJobVpcConfig_securityGroupIds - 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.

$sel:subnets:RecommendationJobVpcConfig', recommendationJobVpcConfig_subnets - The ID of the subnets in the VPC to which you want to connect your model.

recommendationJobVpcConfig_securityGroupIds :: Lens' RecommendationJobVpcConfig (NonEmpty Text) Source #

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.

recommendationJobVpcConfig_subnets :: Lens' RecommendationJobVpcConfig (NonEmpty Text) Source #

The ID of the subnets in the VPC to which you want to connect your model.