All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlinx.dl.api.summary.ModelWithSummary.kt Maven / Gradle / Ivy

package org.jetbrains.kotlinx.dl.api.summary

/**
 * Interface for the models for which we can produce meaningful summary.
 */
public interface ModelWithSummary {
    /**
     * Returns model summary.
     *
     * @return model summary
     */
    public fun summary(): ModelSummary
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy