Skip to main content

aip_sdk.TestPlanBinding

aip_sdk.TestPlanBinding(id: str, name: str | None, version: int | None, is_metrics_locked: bool, is_quality_checks_locked: bool, is_dimensions_locked: bool)

The published test plan a project was created from, and which tiers it fixed.

Attributes

  • id str: The plan version the project was created from. The pin never moves: publishing a newer version of the same plan does not change what this project is bound to.
  • name str | None: The plan's name, or None when the pin no longer resolves to a plan.
  • version int | None: The plan version's number, with the same caveat as name.
  • is_metrics_locked bool: Whether the plan fixed the project's evaluation config.
  • is_quality_checks_locked bool: Whether the plan fixed the project's required quality checks.
  • is_dimensions_locked bool: Whether the plan fixed the project's dimension set.

aip_sdk.TestPlanBinding.id​

aip_sdk.TestPlanBinding.id: str

No docstring is defined in the source.

aip_sdk.TestPlanBinding.is_dimensions_locked​

aip_sdk.TestPlanBinding.is_dimensions_locked: bool

No docstring is defined in the source.

aip_sdk.TestPlanBinding.is_metrics_locked​

aip_sdk.TestPlanBinding.is_metrics_locked: bool

No docstring is defined in the source.

aip_sdk.TestPlanBinding.is_quality_checks_locked​

aip_sdk.TestPlanBinding.is_quality_checks_locked: bool

No docstring is defined in the source.

aip_sdk.TestPlanBinding.name​

aip_sdk.TestPlanBinding.name: str | None

No docstring is defined in the source.

aip_sdk.TestPlanBinding.version​

aip_sdk.TestPlanBinding.version: int | None

No docstring is defined in the source.