Class ExportEvaluationRunsResponse (0.5.0)

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

Response message for EvaluationService.ExportEvaluationRuns.

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
evaluation_runs_content bytes
The content of the exported Evaluation Runs. This will be populated if gcs_uri was not specified in the request. This field is a member of oneof_ evaluation_runs.
evaluation_runs_uri str
The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request. This field is a member of oneof_ evaluation_runs.