ModelHubModelSummary
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.
Constructors
ModelHubModelSummary
Link copied to clipboard
fun ModelHubModelSummary(internalSummary: ModelSummary, modelKindDescription: String? = null)
Content copied to clipboard