FeatureImportanceSettingsArgs

data class FeatureImportanceSettingsArgs(val mode: Output<Either<String, FeatureImportanceMode>>? = null, val targetColumn: Output<String>? = null) : ConvertibleToJava<FeatureImportanceSettingsArgs>

Constructors

Link copied to clipboard
constructor(mode: Output<Either<String, FeatureImportanceMode>>? = null, targetColumn: Output<String>? = null)

Properties

Link copied to clipboard
val mode: Output<Either<String, FeatureImportanceMode>>? = null

The mode of operation for computing feature importance.

Link copied to clipboard
val targetColumn: Output<String>? = null

The name of the target column within the input data asset.

Functions

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