ImageModelSettingsClassificationArgs

constructor(advancedSettings: Output<String>? = null, amsGradient: Output<Boolean>? = null, augmentations: Output<String>? = null, beta1: Output<Double>? = null, beta2: Output<Double>? = null, checkpointFrequency: Output<Int>? = null, checkpointModel: Output<MLFlowModelJobInputArgs>? = null, checkpointRunId: Output<String>? = null, distributed: Output<Boolean>? = null, earlyStopping: Output<Boolean>? = null, earlyStoppingDelay: Output<Int>? = null, earlyStoppingPatience: Output<Int>? = null, enableOnnxNormalization: Output<Boolean>? = null, evaluationFrequency: Output<Int>? = null, gradientAccumulationStep: Output<Int>? = null, layersToFreeze: Output<Int>? = null, learningRate: Output<Double>? = null, learningRateScheduler: Output<Either<String, LearningRateScheduler>>? = null, modelName: Output<String>? = null, momentum: Output<Double>? = null, nesterov: Output<Boolean>? = null, numberOfEpochs: Output<Int>? = null, numberOfWorkers: Output<Int>? = null, optimizer: Output<Either<String, StochasticOptimizer>>? = null, randomSeed: Output<Int>? = null, stepLRGamma: Output<Double>? = null, stepLRStepSize: Output<Int>? = null, trainingBatchSize: Output<Int>? = null, trainingCropSize: Output<Int>? = null, validationBatchSize: Output<Int>? = null, validationCropSize: Output<Int>? = null, validationResizeSize: Output<Int>? = null, warmupCosineLRCycles: Output<Double>? = null, warmupCosineLRWarmupEpochs: Output<Int>? = null, weightDecay: Output<Double>? = null, weightedLoss: Output<Int>? = null)