DataProfileBigQueryRowSchema

The schema of data to be saved to the BigQuery table when the DataProfileAction is enabled.

JSON representation
{

  // Union field data_profile can be only one of the following:
  "tableProfile": {
    object (TableDataProfile)
  },
  "columnProfile": {
    object (ColumnDataProfile)
  }
  // End of list of possible types for union field data_profile.
}
Fields
Union field data_profile. Data profile type. data_profile can be only one of the following:
tableProfile

object (TableDataProfile)

Table data profile column

columnProfile

object (ColumnDataProfile)

Column data profile column