Skip to main content

aip_sdk.SavedAssignedDimension

aip_sdk.SavedAssignedDimension(id: str, name: str, authored_by: str, source_op: str | None, source_run_id: str | None, category_count: int, dataset_version_id: str, assigned_rows: int, total_rows: int, unassigned_rows: int)

A row_id -> category assignment persisted as a dataset-scoped assigned: dimension.

Attributes

  • id str: Qualified dimension id, assigned:<name>.
  • name str: Dimension name within the assigned namespace.
  • authored_by str: How the assignment came about — clustering for a save from save_clusters(), user for one from save_dimension(). Metadata only: both resolve identically when grouping.
  • source_op str | None: Op that produced the labels, when one did — transform.embed_project for a cluster save, absent for a user-authored one.
  • source_run_id str | None: Run the labels were extracted from, when provided.
  • category_count int: Distinct cluster labels saved.
  • dataset_version_id str: Version the assignment was validated against.
  • assigned_rows int: Rows that received a cluster label.
  • total_rows int: Rows in the target version.
  • unassigned_rows int: Version rows with no saved label.

aip_sdk.SavedAssignedDimension.assigned_rows​

aip_sdk.SavedAssignedDimension.assigned_rows: int

No docstring is defined in the source.

aip_sdk.SavedAssignedDimension.authored_by​

aip_sdk.SavedAssignedDimension.authored_by: str

No docstring is defined in the source.

aip_sdk.SavedAssignedDimension.category_count​

aip_sdk.SavedAssignedDimension.category_count: int

No docstring is defined in the source.

aip_sdk.SavedAssignedDimension.dataset_version_id​

aip_sdk.SavedAssignedDimension.dataset_version_id: str

No docstring is defined in the source.

aip_sdk.SavedAssignedDimension.id​

aip_sdk.SavedAssignedDimension.id: str

No docstring is defined in the source.

aip_sdk.SavedAssignedDimension.name​

aip_sdk.SavedAssignedDimension.name: str

No docstring is defined in the source.

aip_sdk.SavedAssignedDimension.source_op​

aip_sdk.SavedAssignedDimension.source_op: str | None

No docstring is defined in the source.

aip_sdk.SavedAssignedDimension.source_run_id​

aip_sdk.SavedAssignedDimension.source_run_id: str | None

No docstring is defined in the source.

aip_sdk.SavedAssignedDimension.total_rows​

aip_sdk.SavedAssignedDimension.total_rows: int

No docstring is defined in the source.

aip_sdk.SavedAssignedDimension.unassigned_rows​

aip_sdk.SavedAssignedDimension.unassigned_rows: int

No docstring is defined in the source.