File tree Expand file tree Collapse file tree
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import "google/cloud/aiplatform/v1beta1/env_var.proto";
2323import "google/cloud/aiplatform/v1beta1/io.proto" ;
2424import "google/cloud/aiplatform/v1beta1/job_state.proto" ;
2525import "google/cloud/aiplatform/v1beta1/machine_resources.proto" ;
26+ import "google/cloud/aiplatform/v1beta1/service_networking.proto" ;
2627import "google/protobuf/duration.proto" ;
2728import "google/protobuf/timestamp.proto" ;
2829import "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
You can’t perform that action at this time.
0 commit comments