Command Job Response
data class CommandJobResponse(val codeId: String? = null, val command: String, val componentId: String? = null, val computeId: String? = null, val description: String? = null, val displayName: String? = null, val distribution: Any? = null, val environmentId: String, val environmentVariables: Map<String, String>? = null, val experimentName: String? = null, val identity: Any? = null, val inputs: Map<String, Any>? = null, val isArchived: Boolean? = null, val jobType: String, val limits: CommandJobLimitsResponse? = null, val outputs: Map<String, Any>? = null, val parameters: Any, val properties: Map<String, String>? = null, val resources: JobResourceConfigurationResponse? = null, val services: Map<String, JobServiceResponse>? = null, val status: String, val tags: Map<String, String>? = null)
Command job definition.
Constructors
Link copied to clipboard
fun CommandJobResponse(codeId: String? = null, command: String, componentId: String? = null, computeId: String? = null, description: String? = null, displayName: String? = null, distribution: Any? = null, environmentId: String, environmentVariables: Map<String, String>? = null, experimentName: String? = null, identity: Any? = null, inputs: Map<String, Any>? = null, isArchived: Boolean? = null, jobType: String, limits: CommandJobLimitsResponse? = null, outputs: Map<String, Any>? = null, parameters: Any, properties: Map<String, String>? = null, resources: JobResourceConfigurationResponse? = null, services: Map<String, JobServiceResponse>? = null, status: String, tags: Map<String, String>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard