Skip to content

Commit 4a6262f

Browse files
Google APIscopybara-github
authored andcommitted
feat: add disable_container_logging to BatchPredictionJob in aiplatform v1,v1beta1 batch_prediction_job.proto
PiperOrigin-RevId: 513711185
1 parent 87d52d2 commit 4a6262f

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/batch_prediction_job.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,4 +443,13 @@ message BatchPredictionJob {
443443
// is set, then all resources created by the BatchPredictionJob will be
444444
// encrypted with the provided encryption key.
445445
EncryptionSpec encryption_spec = 24;
446+
447+
// For custom-trained Models and AutoML Tabular Models, the container of the
448+
// DeployedModel instances will send `stderr` and `stdout` streams to
449+
// Stackdriver Logging by default. Please note that the logs incur cost,
450+
// which are subject to [Cloud Logging
451+
// pricing](https://cloud.google.com/stackdriver/pricing).
452+
//
453+
// User can disable container logging by setting this flag to true.
454+
bool disable_container_logging = 34;
446455
}

google/cloud/aiplatform/v1beta1/batch_prediction_job.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,4 +460,13 @@ message BatchPredictionJob {
460460
// Output only. The running status of the model monitoring pipeline.
461461
google.rpc.Status model_monitoring_status = 32
462462
[(google.api.field_behavior) = OUTPUT_ONLY];
463+
464+
// For custom-trained Models and AutoML Tabular Models, the container of the
465+
// DeployedModel instances will send `stderr` and `stdout` streams to
466+
// Stackdriver Logging by default. Please note that the logs incur cost,
467+
// which are subject to [Cloud Logging
468+
// pricing](https://cloud.google.com/stackdriver/pricing).
469+
//
470+
// User can disable container logging by setting this flag to true.
471+
bool disable_container_logging = 34;
463472
}

0 commit comments

Comments
 (0)