HuggingFaceModel

data class HuggingFaceModel(val id: String, val name: String, val alias: String, val source: String)(source)

Carries HuggingFaceModel data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: String, name: String, alias: String, source: String)

Types

Link copied to clipboard
object Companion

Provides the companion object singleton used by the SDAI domain layer.

Properties

Link copied to clipboard

Exposes the alias value used by the SDAI domain layer.

Link copied to clipboard
val id: String

Exposes the id value used by the SDAI domain layer.

Link copied to clipboard

Exposes the name value used by the SDAI domain layer.

Link copied to clipboard

Exposes the source value used by the SDAI domain layer.