dk.sdu.cloud.app.store.api.NormalizedToolDescription

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Tools

NormalizedToolDescription

The specification of a Tool

data class NormalizedToolDescription(
    val info: NameAndVersion,
    val container: String?,
    val defaultNumberOfNodes: Int,
    val defaultTimeAllocation: SimpleDuration,
    val requiredModules: List<String>,
    val authors: List<String>,
    val title: String,
    val description: String,
    val backend: ToolBackend,
    val license: String,
    val image: String?,
    val supportedProviders: List<String>?,
)
Properties

Last updated