Reference documentation and code samples for the Google Cloud Dataplex V1 Client class AnomalyDetectionGeneratedAssets.
The assets generated by Anomaly Detection Data Scan.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityResult.AnomalyDetectionGeneratedAssets
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ result_table |
string
Output only. The result table for anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the AnomalyDetectionAssets.result_table. |
↳ data_intermediate_table |
string
Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID |
↳ freshness_intermediate_table |
string
Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID |
↳ volume_intermediate_table |
string
Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID |
getResultTable
Output only. The result table for anomaly detection.
Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the AnomalyDetectionAssets.result_table.
| Returns | |
|---|---|
| Type | Description |
string |
|
setResultTable
Output only. The result table for anomaly detection.
Format: PROJECT_ID.DATASET_ID.TABLE_ID If the result table is set at AnomalyDetectionAssets, the result table here would be the same as the one set in the AnomalyDetectionAssets.result_table.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataIntermediateTable
Output only. The intermediate table for data anomaly detection.
Format: PROJECT_ID.DATASET_ID.TABLE_ID
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataIntermediateTable
Output only. The intermediate table for data anomaly detection.
Format: PROJECT_ID.DATASET_ID.TABLE_ID
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFreshnessIntermediateTable
Output only. The intermediate table for freshness anomaly detection.
Format: PROJECT_ID.DATASET_ID.TABLE_ID
| Returns | |
|---|---|
| Type | Description |
string |
|
setFreshnessIntermediateTable
Output only. The intermediate table for freshness anomaly detection.
Format: PROJECT_ID.DATASET_ID.TABLE_ID
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVolumeIntermediateTable
Output only. The intermediate table for volume anomaly detection.
Format: PROJECT_ID.DATASET_ID.TABLE_ID
| Returns | |
|---|---|
| Type | Description |
string |
|
setVolumeIntermediateTable
Output only. The intermediate table for volume anomaly detection.
Format: PROJECT_ID.DATASET_ID.TABLE_ID
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|