Class GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
The assets generated by Anomaly Detection Data Scan.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets : IDirectResponseSchema
Properties
DataIntermediateTable
Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
Declaration
[JsonProperty("dataIntermediateTable")]
public virtual string DataIntermediateTable { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FreshnessIntermediateTable
Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
Declaration
[JsonProperty("freshnessIntermediateTable")]
public virtual string FreshnessIntermediateTable { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResultTable
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.
Declaration
[JsonProperty("resultTable")]
public virtual string ResultTable { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VolumeIntermediateTable
Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
Declaration
[JsonProperty("volumeIntermediateTable")]
public virtual string VolumeIntermediateTable { get; set; }
Property Value
| Type | Description |
|---|---|
| string |