Pipeline Job Response
data class PipelineJobResponse(val componentId: String? = null, val computeId: String? = null, val description: String? = null, val displayName: String? = null, val experimentName: String? = null, val identity: Any? = null, val inputs: Map<String, Any>? = null, val isArchived: Boolean? = null, val jobType: String, val jobs: Map<String, Any>? = null, val outputs: Map<String, Any>? = null, val properties: Map<String, String>? = null, val services: Map<String, JobServiceResponse>? = null, val settings: Any? = null, val sourceJobId: String? = null, val status: String, val tags: Map<String, String>? = null)
Pipeline Job definition: defines generic to MFE attributes.
Constructors
Link copied to clipboard
fun PipelineJobResponse(componentId: String? = null, computeId: String? = null, description: String? = null, displayName: String? = null, experimentName: String? = null, identity: Any? = null, inputs: Map<String, Any>? = null, isArchived: Boolean? = null, jobType: String, jobs: Map<String, Any>? = null, outputs: Map<String, Any>? = null, properties: Map<String, String>? = null, services: Map<String, JobServiceResponse>? = null, settings: Any? = null, sourceJobId: String? = null, status: String, tags: Map<String, String>? = null)