ModelHubModelSummary

class ModelHubModelSummary(internalSummary: ModelSummary, modelKindDescription: String?) : ModelSummary

The summary for the models from ModelHub. It appends corresponding modelKindDescription to the header of the model summary.

Constructors

ModelHubModelSummary
Link copied to clipboard
fun ModelHubModelSummary(internalSummary: ModelSummary, modelKindDescription: String? = null)

Functions

format
Link copied to clipboard
open override fun format(columnSeparator: String, lineSeparatorSymbol: Char, thickLineSeparatorSymbol: Char): List<String>

Formats model summary to array of strings. Rows should form a table with clean and readable structure.