HuggingFaceModelRaw

@Serializable
data class HuggingFaceModelRaw(val id: String?, val name: String?, val alias: String?, val source: String?)(source)

Carries HuggingFaceModelRaw data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

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

Properties

Link copied to clipboard

Exposes the alias value used by the SDAI network layer.

Link copied to clipboard
val id: String?

Exposes the id value used by the SDAI network layer.

Link copied to clipboard
val name: String?

Exposes the name value used by the SDAI network layer.

Link copied to clipboard

Exposes the source value used by the SDAI network layer.