Skip to main content

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

  • check str: The name to pass to Dataset.run_checks(), and the key this check's result is reported under.
  • op_name str: The registered name of the operation that implements the check.
  • op_version str: The version of that operation currently registered.
  • description str: 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.