ServerConfigurationEntity

data class ServerConfigurationEntity(val serverId: String, val sdModelCheckpoint: String)(source)

Carries ServerConfigurationEntity data through the SDAI storage layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(serverId: String, sdModelCheckpoint: String)

Properties

Link copied to clipboard

Exposes the sdModelCheckpoint value used by the SDAI storage layer.

Link copied to clipboard

Exposes the serverId value used by the SDAI storage layer.