Skip to content

Commit 677d8cb

Browse files
Google APIscopybara-github
authored andcommitted
feat: add disable_container_logging in v1beta1 api
PiperOrigin-RevId: 797482597
1 parent 3b2a2ae commit 677d8cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

google/cloud/aiplatform/v1beta1/endpoint.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)