Resource: ColumnDataProfile
The profile for a scanned column within a table.
JSON representation |
---|
{ "name": string, "profileStatus": { object ( |
Fields | |
---|---|
name |
The name of the profile. |
profileStatus |
Success or error status from the most recent profile generation attempt. May be empty if the profile is still being generated. |
state |
State of a profile. |
profileLastGenerated |
The last time the profile was generated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
tableDataProfile |
The resource name of the table data profile. |
tableFullResource |
The resource name of the resource this column is within. |
datasetProjectId |
The Google Cloud project ID that owns the profiled resource. |
datasetLocation |
If supported, the location where the dataset's data is stored. See https://cloud.google.com/bigquery/docs/locations for supported BigQuery locations. |
datasetId |
The BigQuery dataset ID, if the resource profiled is a BigQuery table. |
tableId |
The table ID. |
column |
The name of the column. |
sensitivityScore |
The sensitivity of this column. |
dataRiskLevel |
The data risk level for this column. |
columnInfoType |
If it's been determined this column can be identified as a single type, this will be set. Otherwise the column either has unidentifiable content or mixed types. |
otherMatches[] |
Other types found within this column. List will be unordered. |
estimatedNullPercentage |
Approximate percentage of entries being null in the column. |
estimatedUniquenessScore |
Approximate uniqueness of the column. |
freeTextScore |
The likelihood that this column contains free-form text. A value close to 1 may indicate the column is likely to contain free-form or natural language text. Range in 0-1. |
columnType |
The data type of a given column. |
policyState |
Indicates if a policy tag has been applied to the column. |
Methods |
|
---|---|
|
Gets a column data profile. |
|
Lists column data profiles for an organization. |