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
idstr: 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.namestr | None: The plan's name, orNonewhen the pin no longer resolves to a plan.versionint | None: The plan version's number, with the same caveat asname.is_metrics_lockedbool: Whether the plan fixed the project's evaluation config.is_quality_checks_lockedbool: Whether the plan fixed the project's required quality checks.is_dimensions_lockedbool: 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.