Class EvaluationStatus (2.43.0)

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

Attributes

Name Description
done bool
Output only. If the value is false, it means the evaluation is still in progress. If true, the operation is completed, and either error or response is available. This field is a member of oneof_ _done.
pipeline_status google.rpc.status_pb2.Status
Output only. The error result of the evaluation in case of failure in evaluation pipeline.