File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,15 @@ message DeployedModel {
295295 // Only supported for custom-trained Models and AutoML Tabular Models.
296296 bool enable_container_logging = 12 ;
297297
298+ // For custom-trained Models and AutoML Tabular Models, the container of the
299+ // DeployedModel instances will send `stderr` and `stdout` streams to
300+ // Cloud Logging by default. Please note that the logs incur cost,
301+ // which are subject to [Cloud Logging
302+ // pricing](https://cloud.google.com/logging/pricing).
303+ //
304+ // User can disable container logging by setting this flag to true.
305+ bool disable_container_logging = 15 ;
306+
298307 // If true, online prediction access logs are sent to Cloud
299308 // Logging.
300309 // These logs are like standard server access logs, containing
You can’t perform that action at this time.
0 commit comments