From ea7779af1df01dd649ec76fe7bdbb3491e6a7f16 Mon Sep 17 00:00:00 2001 From: Yingge He Date: Wed, 30 Oct 2024 12:42:19 -0700 Subject: [PATCH] Address comments --- protobuf/model_config.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protobuf/model_config.proto b/protobuf/model_config.proto index 375923a..319c5d3 100644 --- a/protobuf/model_config.proto +++ b/protobuf/model_config.proto @@ -1926,7 +1926,7 @@ message ModelMetrics { //@@ .. cpp:var:: HistogramOptions histogram_options //@@ - //@@ The custom histogram options. + //@@ Histogram options. //@@ HistogramOptions histogram_options = 2; } @@ -2151,6 +2151,7 @@ message ModelConfig //@@ .. cpp:var:: ModelMetrics model_metrics //@@ //@@ Optional setting for custom metrics configuration for this model. + //@@ Application default will be applied to metrics that are not specified. //@@ ModelMetrics model_metrics = 26; }