ExportEvaluationResultsResponse(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Response message for EvaluationService.ExportEvaluationResults.
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_results_content |
bytes
The content of the exported Evaluation Results. This will be populated if gcs_uri was not specified in the request. This field is a member of oneof_ evaluation_results.
|
evaluation_results_uri |
str
The Google Cloud Storage URI folder where the exported Evaluation Results were written. This will be populated if gcs_uri was specified in the request. This field is a member of oneof_ evaluation_results.
|