mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-18 13:08:24 +02:00
feat: add disable_container_logging in v1beta1 api
PiperOrigin-RevId: 797482597
This commit is contained in:
parent
3b2a2ae91d
commit
677d8cb377
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue