Resource: DataScanJob
A DataScanJob represents an instance of DataScan execution.
JSON representation |
---|
{ "name": string, "uid": string, "createTime": string, "startTime": string, "endTime": string, "state": enum ( |
Fields | |
---|---|
name |
Output only. The relative resource name of the DataScanJob, of the form: |
uid |
Output only. System generated globally unique ID for the DataScanJob. |
create |
Output only. The time when the DataScanJob was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
start |
Output only. The time when the DataScanJob was started. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
end |
Output only. The time when the DataScanJob ended. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Output only. Execution state for the DataScanJob. |
message |
Output only. Additional information about the current state. |
type |
Output only. The type of the parent DataScan. |
Union field spec . Data scan related setting. spec can be only one of the following: |
|
data |
Output only. Settings for a data quality scan. |
data |
Output only. Settings for a data profile scan. |
data |
Output only. Settings for a data discovery scan. |
Union field result . The result of the data scan. result can be only one of the following: |
|
data |
Output only. The result of a data quality scan. |
data |
Output only. The result of a data profile scan. |
data |
Output only. The result of a data discovery scan. |
State
Execution state for the DataScanJob.
Enums | |
---|---|
STATE_UNSPECIFIED |
The DataScanJob state is unspecified. |
RUNNING |
The DataScanJob is running. |
CANCELING |
The DataScanJob is canceling. |
CANCELLED |
The DataScanJob cancellation was successful. |
SUCCEEDED |
The DataScanJob completed successfully. |
FAILED |
The DataScanJob is no longer running due to an error. |
PENDING |
The DataScanJob has been created but not started to run yet. |
Methods |
|
---|---|
|
Generates recommended data quality rules based on the results of a data profiling scan. |
|
Gets a DataScanJob resource. |
|
Lists DataScanJobs under the given DataScan. |