feat(components): Internal change

PiperOrigin-RevId: 556864524
This commit is contained in:
Googler 2023-08-14 11:48:57 -07:00 committed by Google Cloud Pipeline Components maintainers
parent 88e1045c11
commit ff90ceae9a
1 changed files with 3 additions and 3 deletions

View File

@ -70,13 +70,13 @@ def model_evaluation_import(
regression_metrics: google.ClassificationMetrics artifact generated from
the ModelEvaluationRegressionOp component.
text_generation_metrics: system.Metrics artifact generated from
the ModelEvaluationTextGenerationOp component. Subject to change to
the LLMEvaluationTextGenerationOp component. Subject to change to
google.TextGenerationMetrics.
question_answering_metrics: system.Metrics artifact generated from
the ModelEvaluationTextGenerationOp component. Subject to change to
the LLMEvaluationTextGenerationOp component. Subject to change to
google.QuestionAnsweringMetrics.
summarization_metrics: system.Metrics artifact generated from
the ModelEvaluationTextGenerationOp component. Subject to change to
the LLMEvaluationTextGenerationOp component. Subject to change to
google.SummarizationMetrics.
explanation: Path for model explanation metrics generated from an evaluation
component.