Skip to content

Commit 380640d

Browse files
mdrevestf-model-analysis-team
authored and
tf-model-analysis-team
committed
Updated comments for metric_specs.output_names to indicate that it is required for multi-output models.
PiperOrigin-RevId: 390480764
1 parent 40a615d commit 380640d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_model_analysis/proto/config.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ message MetricsSpec {
461461
// the model_specs will be assumed else these metrics will only be
462462
// computed for the model names provided.
463463
repeated string model_names = 2;
464-
// Optional names of outputs the metrics should be calculated for (for
464+
// Names of outputs the metrics should be calculated for (required for
465465
// multi-output models). See comment under the ModelSpec.prediction_key on the
466466
// difference between output_name and prediction_key.
467467
repeated string output_names = 3;

0 commit comments

Comments
 (0)