Sweep Job Response
constructor(algorithm: String, compute: ComputeConfigurationResponse, description: String? = null, earlyTermination: Any? = null, experimentName: String? = null, identity: Either<AmlTokenResponse, ManagedIdentityResponse>? = null, interactionEndpoints: Map<String, JobEndpointResponse>, jobType: String, maxConcurrentTrials: Int? = null, maxTotalTrials: Int? = null, objective: ObjectiveResponse, output: JobOutputResponse, priority: Int? = null, properties: Map<String, String>? = null, provisioningState: String, searchSpace: Map<String, Any>, status: String, tags: Map<String, String>? = null, timeout: String? = null, trial: TrialComponentResponse? = null)