Skip to content

Commit

Permalink
feat: add new PscInterfaceConfig field to pipeline_job.proto
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 680823763
Google APIs authored and copybara-github committed Oct 1, 2024
1 parent ce31830 commit 8f00dab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google/cloud/aiplatform/v1beta1/pipeline_job.proto
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ import "google/cloud/aiplatform/v1beta1/encryption_spec.proto";
import "google/cloud/aiplatform/v1beta1/execution.proto";
import "google/cloud/aiplatform/v1beta1/pipeline_failure_policy.proto";
import "google/cloud/aiplatform/v1beta1/pipeline_state.proto";
import "google/cloud/aiplatform/v1beta1/service_networking.proto";
import "google/cloud/aiplatform/v1beta1/ui_pipeline_spec.proto";
import "google/cloud/aiplatform/v1beta1/value.proto";
import "google/protobuf/struct.proto";
@@ -198,6 +199,10 @@ message PipelineJob {
// Example: ['vertex-ai-ip-range'].
repeated string reserved_ip_ranges = 25;

// Optional. Configuration for PSC-I for PipelineJob.
PscInterfaceConfig psc_interface_config = 31
[(google.api.field_behavior) = OPTIONAL];

// A template uri from where the
// [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec],
// if empty, will be downloaded. Currently, only uri from Vertex Template

0 comments on commit 8f00dab

Please sign in to comment.