Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataQualityResult::AnomalyDetectionGeneratedAssets (v2.8.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityResult::AnomalyDetectionGeneratedAssets.

The assets generated by Anomaly Detection Data Scan.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_intermediate_table

def data_intermediate_table() -> ::String
Returns
  • (::String) — Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID

#freshness_intermediate_table

def freshness_intermediate_table() -> ::String
Returns
  • (::String) — Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID

#result_table

def result_table() -> ::String
Returns
  • (::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.

#volume_intermediate_table

def volume_intermediate_table() -> ::String
Returns
  • (::String) — Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID