Module Values_1.RecommendationJobVpcConfigSource

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

Sourcetype nonrec t = {
  1. securityGroupIds : RecommendationJobVpcSecurityGroupIds.t;
    (*

    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.

    *)
  2. subnets : RecommendationJobVpcSubnets.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : securityGroupIds:RecommendationJobVpcSecurityGroupIds.t -> subnets:RecommendationJobVpcSubnets.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of RecommendationJobVpcSecurityGroupId.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t