Job
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
A job represents an instance of a task.
Attributes
| Name | Description |
| name | str
Output only. The relative resource name of the job, of the form: ``projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}``. |
| uid | str
Output only. System generated globally unique ID for the job. |
| start_time | google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the job was started. |
| end_time | google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the job ended. |
| state | google.cloud.dataplex_v1.types.Job.State
Output only. Execution state for the job. |
| retry_count | int
Output only. The number of times the job has been retried (excluding the initial attempt). |
| service | google.cloud.dataplex_v1.types.Job.Service
Output only. The underlying service running a job. |
| service_job | str
Output only. The full resource name for the job run under a particular service. |
| message | str
Output only. Additional information about the current state. |
Inheritance
builtins.object > proto.message.Message > JobClasses
Service
Service
(
value
)
API documentation for dataplex_v1.types.Job.Service
class.
State
State
(
value
)
API documentation for dataplex_v1.types.Job.State
class.

