Trial Component Response
data class TrialComponentResponse(val codeId: String? = null, val command: String, val distribution: Any? = null, val environmentId: String, val environmentVariables: Map<String, String>? = null, val resources: JobResourceConfigurationResponse? = null)
Trial component definition.
Constructors
Link copied to clipboard
fun TrialComponentResponse(codeId: String? = null, command: String, distribution: Any? = null, environmentId: String, environmentVariables: Map<String, String>? = null, resources: JobResourceConfigurationResponse? = null)