Skip to content

Commit

Permalink
chore(components): Fix argument description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592033936
  • Loading branch information
Googler authored and stijntratsaertit committed Feb 16, 2024
1 parent 934b778 commit f6ba66b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ def model_evaluation_text_generation(
target_field_name: The full name path of the features target field in the
predictions file. Formatted to be able to find nested columns, delimited
by `.`. Alternatively referred to as the ground truth (or
ground_truth_column) field. If not set, defaulted to
`inputs.ground_truth`.
ground_truth_column) field. If not set, defaulted to `inputs.output_text`.
prediction_field_name: The full name path of the prediction field in the
prediction file. Formatted to be able to find nested columns, delimited by
`.`. If not set, defaulted to `predictions.content`.
Expand Down

0 comments on commit f6ba66b

Please sign in to comment.