ServerConfigurationRaw

@Serializable
data class ServerConfigurationRaw(val sdModelCheckpoint: String? = null)(source)

Carries ServerConfigurationRaw data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(sdModelCheckpoint: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "sd_model_checkpoint")
val sdModelCheckpoint: String?

Exposes the sdModelCheckpoint value used by the SDAI network layer.