Method: Aws::SageMaker::Types::RecommendationJobVpcConfig#subnets
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#subnets ⇒ Array<String>
The ID of the subnets in the VPC to which you want to connect your model.
45407 45408 45409 45410 45411 45412 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45407 class RecommendationJobVpcConfig < Struct.new( :security_group_ids, :subnets) SENSITIVE = [] include Aws::Structure end |