StabilityAiEngine

data class StabilityAiEngine(val id: String, val name: String)(source)

Carries StabilityAiEngine data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

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

Properties

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.