public sealed class DataQualityResult.Types.AnomalyDetectionGeneratedAssets : IMessage<DataQualityResult.Types.AnomalyDetectionGeneratedAssets>, IEquatable<DataQualityResult.Types.AnomalyDetectionGeneratedAssets>, IDeepCloneable<DataQualityResult.Types.AnomalyDetectionGeneratedAssets>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataQualityResult.Types.AnomalyDetectionGeneratedAssets.
The assets generated by Anomaly Detection Data Scan.
Implements
IMessageDataQualityResultTypesAnomalyDetectionGeneratedAssets, IEquatableDataQualityResultTypesAnomalyDetectionGeneratedAssets, IDeepCloneableDataQualityResultTypesAnomalyDetectionGeneratedAssets, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
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 |
|