aip_sdk.TestPlanSummary
aip_sdk.TestPlanSummary(id: str, workspace_id: str, name: str, version: int, plan: TestPlan, user_id: str, created_at: datetime | None, updated_at: datetime | None, applicable_quality_checks: list[str])
One row of a test plan listing — identity, provenance and the stored methodology.
What list_test_plans and list_test_plan_versions return. It derives nothing beyond the
stored row: resolving required_columns costs a catalogue lookup per row, and a type that
simply lacks the field says so at the point of use — an IDE and a type checker both stop a
caller reading columns off a row that never had them. Call get_test_plan for the version
whose columns you need.
version is the plan's latest version on a list_test_plans row, and the one version that
row is on a list_test_plan_versions row.
Inherited members
Inherited from libs/aip-sdk/src/aip_sdk/test_plan.py
aip_sdk.TestPlanSummary.applicable_quality_checks
aip_sdk.TestPlanSummary.applicable_quality_checks: list[str]
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/test_plan.py
aip_sdk.TestPlanSummary.created_at
aip_sdk.TestPlanSummary.created_at: datetime | None
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/test_plan.py
aip_sdk.TestPlanSummary.id
aip_sdk.TestPlanSummary.id: str
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/test_plan.py
aip_sdk.TestPlanSummary.name
aip_sdk.TestPlanSummary.name: str
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/test_plan.py
aip_sdk.TestPlanSummary.plan
aip_sdk.TestPlanSummary.plan: TestPlan
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/test_plan.py
aip_sdk.TestPlanSummary.updated_at
aip_sdk.TestPlanSummary.updated_at: datetime | None
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/test_plan.py
aip_sdk.TestPlanSummary.user_id
aip_sdk.TestPlanSummary.user_id: str
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/test_plan.py
aip_sdk.TestPlanSummary.version
aip_sdk.TestPlanSummary.version: int
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/test_plan.py
aip_sdk.TestPlanSummary.workspace_id
aip_sdk.TestPlanSummary.workspace_id: str
No docstring is defined in the source.