ImageSweepSettingsArgs

data class ImageSweepSettingsArgs(val earlyTermination: Output<Any>? = null, val samplingAlgorithm: Output<Either<String, SamplingAlgorithmType>>) : ConvertibleToJava<ImageSweepSettingsArgs>

Model sweeping and hyperparameter sweeping related settings.

Constructors

Link copied to clipboard
constructor(earlyTermination: Output<Any>? = null, samplingAlgorithm: Output<Either<String, SamplingAlgorithmType>>)

Properties

Link copied to clipboard
val earlyTermination: Output<Any>? = null

Type of early termination policy.

Link copied to clipboard

Required Type of the hyperparameter sampling algorithms.

Functions

Link copied to clipboard
open override fun toJava(): ImageSweepSettingsArgs