Class ExportEvaluationsResponse (0.5.0)

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

Response message for EvaluationService.ExportEvaluations.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
evaluations_content bytes
The content of the exported Evaluations. This will be populated if gcs_uri was not specified in the request. This field is a member of oneof_ evaluations.
evaluations_uri str
The Google Cloud Storage URI folder where the exported evaluations were written. This will be populated if gcs_uri was specified in the request. This field is a member of oneof_ evaluations.
failed_evaluations MutableMapping[str, str]
Output only. A map of evaluation resource names that could not be exported, to the reason why they failed.

Classes

FailedEvaluationsEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.