Sweep Job Response
data class SweepJobResponse(val componentId: String? = null, val computeId: String? = null, val description: String? = null, val displayName: String? = null, val earlyTermination: Any? = null, val experimentName: String? = null, val identity: Any? = null, val inputs: Map<String, Any>? = null, val isArchived: Boolean? = null, val jobType: String, val limits: SweepJobLimitsResponse? = null, val objective: ObjectiveResponse, val outputs: Map<String, Any>? = null, val properties: Map<String, String>? = null, val samplingAlgorithm: Any, val searchSpace: Any, val services: Map<String, JobServiceResponse>? = null, val status: String, val tags: Map<String, String>? = null, val trial: TrialComponentResponse)
Sweep job definition.
Constructors
Link copied to clipboard
fun SweepJobResponse(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)
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