Sweep Job Response
constructor(componentId: String? = null, computeId: String? = null, description: String? = null, displayName: String? = null, earlyTermination: Any? = null, experimentName: String? = null, identity: Any? = null, inputs: Map<String, Any>? = null, isArchived: Boolean? = null, jobType: String, limits: SweepJobLimitsResponse? = null, objective: ObjectiveResponse, outputs: Map<String, Any>? = null, properties: Map<String, String>? = null, samplingAlgorithm: Any, searchSpace: Any, services: Map<String, JobServiceResponse>? = null, status: String, tags: Map<String, String>? = null, trial: TrialComponentResponse)