Cloud Dataplex v1 API - Class DataQualityResult.Types.AnomalyDetectionGeneratedAssets (3.12.0)

public sealed class DataQualityResult.Types.AnomalyDetectionGeneratedAssets : IMessage<DataQualityResult.Types.AnomalyDetectionGeneratedAssets>, IEquatable<DataQualityResult.Types.AnomalyDetectionGeneratedAssets>, IDeepCloneable<DataQualityResult.Types.AnomalyDetectionGeneratedAssets>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityResult.Types.AnomalyDetectionGeneratedAssets.

The assets generated by Anomaly Detection Data Scan.

Inheritance

object > DataQualityResult.Types.AnomalyDetectionGeneratedAssets

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

AnomalyDetectionGeneratedAssets()

public AnomalyDetectionGeneratedAssets()

AnomalyDetectionGeneratedAssets(AnomalyDetectionGeneratedAssets)

public AnomalyDetectionGeneratedAssets(DataQualityResult.Types.AnomalyDetectionGeneratedAssets other)
Parameter
Name Description
other DataQualityResultTypesAnomalyDetectionGeneratedAssets

Properties

DataIntermediateTable

public string DataIntermediateTable { get; set; }

Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID

Property Value
Type Description
string

FreshnessIntermediateTable

public string FreshnessIntermediateTable { get; set; }

Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID

Property Value
Type Description
string

ResultTable

public string ResultTable { get; set; }

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.

Property Value
Type Description
string

VolumeIntermediateTable

public string VolumeIntermediateTable { get; set; }

Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID

Property Value
Type Description
string