pub struct GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets {
pub data_intermediate_table: Option<String>,
pub freshness_intermediate_table: Option<String>,
pub result_table: Option<String>,
pub volume_intermediate_table: Option<String>,
}Expand description
The assets generated by Anomaly Detection Data Scan.
This type is not used in any activity, and only used as part of another schema.
Fields§
§data_intermediate_table: Option<String>Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
freshness_intermediate_table: Option<String>Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
result_table: Option<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: Option<String>Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
impl Clone for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
Source§fn clone(
&self,
) -> GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
fn clone( &self, ) -> GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
impl Default for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
Source§fn default() -> GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
fn default() -> GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
impl RefUnwindSafe for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
impl Send for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
impl Sync for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
impl Unpin for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
impl UnsafeUnpin for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
impl UnwindSafe for GoogleCloudDataplexV1DataQualityResultAnomalyDetectionGeneratedAssets
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more