Class: Google::Cloud::Dataplex::V1::DataQualityResult::AnomalyDetectionGeneratedAssets
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataQualityResult::AnomalyDetectionGeneratedAssets
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_quality.rb
Overview
The assets generated by Anomaly Detection Data Scan.
Instance Attribute Summary collapse
-
#data_intermediate_table ⇒ ::String
readonly
Output only.
-
#freshness_intermediate_table ⇒ ::String
readonly
Output only.
-
#result_table ⇒ ::String
readonly
Output only.
-
#volume_intermediate_table ⇒ ::String
readonly
Output only.
Instance Attribute Details
#data_intermediate_table ⇒ ::String (readonly)
Returns Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID.
243 244 245 246 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 243 class AnomalyDetectionGeneratedAssets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#freshness_intermediate_table ⇒ ::String (readonly)
Returns Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID.
243 244 245 246 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 243 class AnomalyDetectionGeneratedAssets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#result_table ⇒ ::String (readonly)
Returns 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.
243 244 245 246 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 243 class AnomalyDetectionGeneratedAssets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#volume_intermediate_table ⇒ ::String (readonly)
Returns Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID.
243 244 245 246 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 243 class AnomalyDetectionGeneratedAssets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |