toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.outputs
/
TopNFeaturesByAttributionResponse
Top
NFeatures
By
Attribution
Response
data
class
TopNFeaturesByAttributionResponse
(
val
filterType
:
String
,
val
top
:
Int
?
=
null
)
Members
Constructors
Top
NFeatures
By
Attribution
Response
Link copied to clipboard
constructor
(
filterType
:
String
,
top
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
filter
Type
Link copied to clipboard
val
filterType
:
String
Expected value is 'TopNByAttribution'.
top
Link copied to clipboard
val
top
:
Int
?
=
null
The number of top features to include.