TopNFeaturesByAttributionResponse

data class TopNFeaturesByAttributionResponse(val filterType: String, val top: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Expected value is 'TopNByAttribution'.

Link copied to clipboard
val top: Int? = null

The number of top features to include.