ServerConfiguration

data class ServerConfiguration(val sdModelCheckpoint: String)(source)

Carries ServerConfiguration data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(sdModelCheckpoint: String)

Properties

Link copied to clipboard

Exposes the sdModelCheckpoint value used by the SDAI domain layer.