Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yinggeh committed Oct 30, 2024
1 parent 2bd13b9 commit 4e9a528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protobuf/model_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@ message ModelMetrics
{
//@@ .. cpp:var:: HistogramOptions histogram_options
//@@
//@@ The custom histogram options.
//@@ Histogram options.
//@@
HistogramOptions histogram_options = 2;
}
Expand Down Expand Up @@ -2151,6 +2151,7 @@ message ModelConfig
//@@ .. cpp:var:: ModelMetrics model_metrics
//@@
//@@ Optional setting for custom metrics configuration for this model.
//@@ Application default is applied to metrics that are not specified.
//@@
ModelMetrics model_metrics = 26;
}

0 comments on commit 4e9a528

Please sign in to comment.