File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments