RunEvaluationOperationMetadata(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Operation metadata for EvaluationService.RunEvaluation.
Attributes |
|
|---|---|
| Name | Description |
evaluations |
MutableSequence[str]
Output only. The list of evaluations that were run. Format: projects/{project}/locations/{location}/apps/{app}/evaluations/{evaluation}
|
evaluation_run |
str
Output only. The evaluation run that was created. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation was created. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation completed. |
verb |
str
Output only. The verb of the operation. |
cancel_requested |
bool
Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error][google.longrunning.Operation.error]
value with a
google.rpc.Status.code][google.rpc.Status.code] of 1,
corresponding to Code.CANCELLED.
|