GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets class

The assets generated by Anomaly Detection Data Scan.

Constructors

GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets({String? dataIntermediateTable, String? freshnessIntermediateTable, String? resultTable, String? volumeIntermediateTable})
GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets.fromJson(Map json_)

Properties

dataIntermediateTable String?
The intermediate table for data anomaly detection.
getter/setter pair
freshnessIntermediateTable String?
The intermediate table for freshness anomaly detection.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resultTable String?
The result table for anomaly detection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeIntermediateTable String?
The intermediate table for volume anomaly detection.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited