ImageSweepSettingsResponse

data class ImageSweepSettingsResponse(val earlyTermination: Any? = null, val samplingAlgorithm: String)

Model sweeping and hyperparameter sweeping related settings.

Constructors

Link copied to clipboard
constructor(earlyTermination: Any? = null, samplingAlgorithm: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val earlyTermination: Any? = null

Type of early termination policy.

Link copied to clipboard

Required Type of the hyperparameter sampling algorithms.