Sweep Job Response
data class SweepJobResponse(val algorithm: String, val compute: ComputeConfigurationResponse, val description: String? = null, val earlyTermination: Any? = null, val experimentName: String? = null, val identity: Either<AmlTokenResponse, ManagedIdentityResponse>? = null, val interactionEndpoints: Map<String, JobEndpointResponse>, val jobType: String, val maxConcurrentTrials: Int? = null, val maxTotalTrials: Int? = null, val objective: ObjectiveResponse, val output: JobOutputResponse, val priority: Int? = null, val properties: Map<String, String>? = null, val provisioningState: String, val searchSpace: Map<String, Any>, val status: String, val tags: Map<String, String>? = null, val timeout: String? = null, val trial: TrialComponentResponse? = null)
Sweep job definition.
Constructors
Link copied to clipboard
fun SweepJobResponse(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)
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