public static interface DataQualityResult.AnomalyDetectionGeneratedAssetsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataIntermediateTable()
public abstract String getDataIntermediateTable()Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string data_intermediate_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The dataIntermediateTable. |
getDataIntermediateTableBytes()
public abstract ByteString getDataIntermediateTableBytes()Output only. The intermediate table for data anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string data_intermediate_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataIntermediateTable. |
getFreshnessIntermediateTable()
public abstract String getFreshnessIntermediateTable()Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string freshness_intermediate_table = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The freshnessIntermediateTable. |
getFreshnessIntermediateTableBytes()
public abstract ByteString getFreshnessIntermediateTableBytes()Output only. The intermediate table for freshness anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string freshness_intermediate_table = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for freshnessIntermediateTable. |
getResultTable()
public abstract String getResultTable()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.
string result_table = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The resultTable. |
getResultTableBytes()
public abstract ByteString getResultTableBytes()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.
string result_table = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resultTable. |
getVolumeIntermediateTable()
public abstract String getVolumeIntermediateTable()Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string volume_intermediate_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The volumeIntermediateTable. |
getVolumeIntermediateTableBytes()
public abstract ByteString getVolumeIntermediateTableBytes()Output only. The intermediate table for volume anomaly detection. Format: PROJECT_ID.DATASET_ID.TABLE_ID
string volume_intermediate_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for volumeIntermediateTable. |