Class ImportEvaluationsResponse (0.5.0)

ImportEvaluationsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for EvaluationService.ImportEvaluations.

Attributes

Name Description
evaluations MutableSequence[google.cloud.ces_v1beta.types.Evaluation]
The list of evaluations that were imported into the app.
evaluation_results MutableSequence[google.cloud.ces_v1beta.types.EvaluationResult]
The list of evaluation results that were imported into the app.
evaluation_runs MutableSequence[google.cloud.ces_v1beta.types.EvaluationRun]
The list of evaluation runs that were imported into the app.
error_messages MutableSequence[str]
Optional. A list of error messages associated with evaluations that failed to be imported.
import_failure_count int
The number of evaluations that either failed to import entirely or completed import with one or more errors.
evaluation_result_import_failure_count int
The number of evaluation results that either failed to import entirely or completed import with one or more errors.
evaluation_run_import_failure_count int
The number of evaluation runs that either failed to import entirely or completed import with one or more errors.