aip_sdk.QualityCheckOption
aip_sdk.QualityCheckOption(check: str, op_name: str, op_version: str, description: str)
One data-quality check that can run against a dataset.
Returned by Dataset.available_checks().
Attributes
checkstr: The name to pass toDataset.run_checks(), and the key this check's result is reported under.op_namestr: The registered name of the operation that implements the check.op_versionstr: The version of that operation currently registered.descriptionstr: One line on what the check measures.
aip_sdk.QualityCheckOption.check
aip_sdk.QualityCheckOption.check: str
No docstring is defined in the source.
aip_sdk.QualityCheckOption.description
aip_sdk.QualityCheckOption.description: str
No docstring is defined in the source.
aip_sdk.QualityCheckOption.op_name
aip_sdk.QualityCheckOption.op_name: str
No docstring is defined in the source.
aip_sdk.QualityCheckOption.op_version
aip_sdk.QualityCheckOption.op_version: str
No docstring is defined in the source.