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. |
createTime |
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: |
startTime |
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: |
endTime |
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: |
|
dataQualitySpec |
Output only. Settings for a data quality scan. |
dataProfileSpec |
Output only. Settings for a data profile scan. |
Union field result . The result of the data scan. result can be only one of the following: |
|
dataQualityResult |
Output only. The result of a data quality scan. |
dataProfileResult |
Output only. The result of a data profile 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. |