feat: add disable_container_logging in v1beta1 api

PiperOrigin-RevId: 797482597
This commit is contained in:
Google APIs 2025-08-20 15:13:11 -07:00 committed by Copybara-Service
parent 3b2a2ae91d
commit 677d8cb377

View file

@ -295,6 +295,15 @@ message DeployedModel {
// Only supported for custom-trained Models and AutoML Tabular Models.
bool enable_container_logging = 12;
// For custom-trained Models and AutoML Tabular Models, the container of the
// DeployedModel instances will send `stderr` and `stdout` streams to
// Cloud Logging by default. Please note that the logs incur cost,
// which are subject to [Cloud Logging
// pricing](https://cloud.google.com/logging/pricing).
//
// User can disable container logging by setting this flag to true.
bool disable_container_logging = 15;
// If true, online prediction access logs are sent to Cloud
// Logging.
// These logs are like standard server access logs, containing