Skip to content

Commit 9e7a2e5

Browse files
Google APIscopybara-github
authored andcommitted
feat: add new PscInterfaceConfig field to custom_job.proto
PiperOrigin-RevId: 689439500
1 parent 67831b5 commit 9e7a2e5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/custom_job.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import "google/cloud/aiplatform/v1beta1/env_var.proto";
2323
import "google/cloud/aiplatform/v1beta1/io.proto";
2424
import "google/cloud/aiplatform/v1beta1/job_state.proto";
2525
import "google/cloud/aiplatform/v1beta1/machine_resources.proto";
26+
import "google/cloud/aiplatform/v1beta1/service_networking.proto";
2627
import "google/protobuf/duration.proto";
2728
import "google/protobuf/timestamp.proto";
2829
import "google/rpc/status.proto";
@@ -178,6 +179,10 @@ message CustomJobSpec {
178179
repeated string reserved_ip_ranges = 13
179180
[(google.api.field_behavior) = OPTIONAL];
180181

182+
// Optional. Configuration for PSC-I for CustomJob.
183+
PscInterfaceConfig psc_interface_config = 21
184+
[(google.api.field_behavior) = OPTIONAL];
185+
181186
// The Cloud Storage location to store the output of this CustomJob or
182187
// HyperparameterTuningJob. For HyperparameterTuningJob,
183188
// the baseOutputDirectory of

0 commit comments

Comments
 (0)