Kitaru

CohortResult

Resolved cohort snapshot.

Attributes

attributeexec_idslist[str]
attributeflowstr
attributeatstr
attributedeploymentstr | None
attributedeployment_versionint | None
attributeorder_bystr
attributescannedint
attributematchedint
attributepartialbool
attributefiltereddict[str, int]
attributerankedtuple[tuple[str, float | None], ...]
= ()

Functions

functo_json(self) -> dict[str, Any]

Serialize the cohort snapshot for audit artifacts.

paramself

Returns

dict[str, typing.Any]
func__init__(self, exec_ids, flow, at, deployment, deployment_version, order_by, scanned, matched, partial, filtered, ranked=()) -> None
paramself
paramexec_idslist[str]
paramflowstr
paramatstr
paramdeploymentstr | None
paramdeployment_versionint | None
paramorder_bystr
paramscannedint
parammatchedint
parampartialbool
paramfiltereddict[str, int]
paramrankedtuple[tuple[str, float | None], ...]
= ()

Returns

None

On this page