Class CustomJobDetail (1.22.1)

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

The detailed info for a custom job executor.

Attributes

NameDescription
job str
Output only. The name of the CustomJob.
failed_jobs MutableSequence[str]
Output only. The names of the previously failed CustomJob. The list includes the all attempts in chronological order.

Inheritance

builtins.object > proto.message.Message > CustomJobDetail