Sweep Job Args
data class SweepJobArgs(val componentId: Output<String>? = null, val computeId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val earlyTermination: Output<Any>? = null, val experimentName: Output<String>? = null, val identity: Output<Any>? = null, val inputs: Output<Map<String, Any>>? = null, val isArchived: Output<Boolean>? = null, val jobType: Output<String>, val limits: Output<SweepJobLimitsArgs>? = null, val objective: Output<ObjectiveArgs>, val outputs: Output<Map<String, Any>>? = null, val properties: Output<Map<String, String>>? = null, val samplingAlgorithm: Output<Any>, val searchSpace: Output<Any>, val services: Output<Map<String, JobServiceArgs>>? = null, val tags: Output<Map<String, String>>? = null, val trial: Output<TrialComponentArgs>) : ConvertibleToJava<SweepJobArgs>
Sweep job definition.
Constructors
Link copied to clipboard
constructor(componentId: Output<String>? = null, computeId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, earlyTermination: Output<Any>? = null, experimentName: Output<String>? = null, identity: Output<Any>? = null, inputs: Output<Map<String, Any>>? = null, isArchived: Output<Boolean>? = null, jobType: Output<String>, limits: Output<SweepJobLimitsArgs>? = null, objective: Output<ObjectiveArgs>, outputs: Output<Map<String, Any>>? = null, properties: Output<Map<String, String>>? = null, samplingAlgorithm: Output<Any>, searchSpace: Output<Any>, services: Output<Map<String, JobServiceArgs>>? = null, tags: Output<Map<String, String>>? = null, trial: Output<TrialComponentArgs>)
Properties
Link copied to clipboard
ARM resource ID of the component resource.
Link copied to clipboard
The asset description text.
Link copied to clipboard
Display name of job.
Link copied to clipboard
Early termination policies enable canceling poor-performing runs before they complete
Link copied to clipboard
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.
Link copied to clipboard
Is the asset archived?
Link copied to clipboard
Sweep Job limit.
Link copied to clipboard
Required Optimization objective.
Link copied to clipboard
The asset property dictionary.
Link copied to clipboard
Required The hyperparameter sampling algorithm
Link copied to clipboard
Required A dictionary containing each parameter and its distribution. The dictionary key is the name of the parameter
Link copied to clipboard
List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.
Link copied to clipboard
Required Trial component definition.