Package org.jetbrains.kotlinx.dl.api.summary
Types
EmptySummary
Link copied to clipboard
The special kind of model summary for the models that don't implement ModelSummary interface.
ModelHubModelSummary
Link copied to clipboard
class ModelHubModelSummary(internalSummary: ModelSummary, modelKindDescription: String?) : ModelSummary
Content copied to clipboard
The summary for the models from ModelHub. It appends corresponding modelKindDescription to the header of the model summary.
ModelSummary
Link copied to clipboard
interface ModelSummary
Content copied to clipboard
Common interface for model summary.
ModelWithSummary
Link copied to clipboard
interface ModelWithSummary
Content copied to clipboard
Interface for the models for which we can produce meaningful summary.
SectionWithColumns
Link copied to clipboard
SimpleSection
Link copied to clipboard
Section without columns of the model summary table. Usually it is a header or footer of the table.
Functions
formatLine
Link copied to clipboard
formatTable
Link copied to clipboard
Pretty print table from multiple sections. Each section consist of multiple rows, each row may consist of multiple lines. Sections may or may not have columns.
print
Link copied to clipboard
Formats and prints model summary to output stream By defaults prints to console
printSummary
Link copied to clipboard
Formats and prints model summary to output stream By defaults prints to console