Class ImportEvaluationsResponse (0.3.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.
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 were not imported due to errors.