Reserved IP ranges for Vertex AI pipelines in GCP
Can anyone explain what the “reserved_ip_ranges” parameter is in the GCP Vertex AI Pipeline job? From this doc: https://cloud.google.com/python/docs/reference/aiplatform/latest/google.cloud.aiplatform.PipelineJob#google_cloud_aiplatform_PipelineJob_submit
I have a shared vpc, peering with servicenetworking-googleapis-com (a project owned by gcp where my pipelines run), and several allocated IP ranges for this peering. But how to use specific IP address ranges in a Vertex AI Pipeline job?