TopNFeaturesByAttributionArgs

data class TopNFeaturesByAttributionArgs(val filterType: Output<String>, val top: Output<Int>? = null) : ConvertibleToJava<TopNFeaturesByAttributionArgs>

Constructors

Link copied to clipboard
constructor(filterType: Output<String>, top: Output<Int>? = null)

Properties

Link copied to clipboard
val filterType: Output<String>

Expected value is 'TopNByAttribution'.

Link copied to clipboard
val top: Output<Int>? = null

The number of top features to include.

Functions

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