Skip to main content

aip_sdk.RunResultsPage

aip_sdk.RunResultsPage(results: list[ScoreResult], metrics: list[Metric], total: int, page: int, page_size: int, telemetry: list[Telemetry] = list[Telemetry](), telemetry_breakdown: list[TelemetryBreakdown] = list[TelemetryBreakdown](), row_coverage: RowCoverage | None = None)

Paginated result of run.results().

aip_sdk.RunResultsPage.metrics​

aip_sdk.RunResultsPage.metrics: list[Metric]

No docstring is defined in the source.

aip_sdk.RunResultsPage.page​

aip_sdk.RunResultsPage.page: int

No docstring is defined in the source.

aip_sdk.RunResultsPage.page_size​

aip_sdk.RunResultsPage.page_size: int

No docstring is defined in the source.

aip_sdk.RunResultsPage.results​

aip_sdk.RunResultsPage.results: list[ScoreResult]

No docstring is defined in the source.

aip_sdk.RunResultsPage.row_coverage​

aip_sdk.RunResultsPage.row_coverage: RowCoverage | None = None

No docstring is defined in the source.

aip_sdk.RunResultsPage.telemetry​

aip_sdk.RunResultsPage.telemetry: list[Telemetry] = field(default_factory=list[Telemetry])

No docstring is defined in the source.

aip_sdk.RunResultsPage.telemetry_breakdown​

aip_sdk.RunResultsPage.telemetry_breakdown: list[TelemetryBreakdown] = field(default_factory=list[TelemetryBreakdown])

No docstring is defined in the source.

aip_sdk.RunResultsPage.total​

aip_sdk.RunResultsPage.total: int

No docstring is defined in the source.