src/sagemaker_core/main/config_schema.py [516:531]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                            "constraints_resource": {"s3_uri": {"type": "string"}}
                                        },
                                        "network_config": {
                                            "vpc_config": {
                                                "security_group_ids": {
                                                    "type": "array",
                                                    "items": {"type": "string"},
                                                },
                                                "subnets": {
                                                    "type": "array",
                                                    "items": {"type": "string"},
                                                },
                                            }
                                        },
                                    },
                                },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/sagemaker_core/main/config_schema.py [670:685]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                            "constraints_resource": {"s3_uri": {"type": "string"}}
                                        },
                                        "network_config": {
                                            "vpc_config": {
                                                "security_group_ids": {
                                                    "type": "array",
                                                    "items": {"type": "string"},
                                                },
                                                "subnets": {
                                                    "type": "array",
                                                    "items": {"type": "string"},
                                                },
                                            }
                                        },
                                    },
                                },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



