PipelineJobResponse

constructor(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, notificationSetting: NotificationSettingResponse? = 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)