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.inputs
/
TopNFeaturesByAttributionArgs
Top
NFeatures
By
Attribution
Args
data
class
TopNFeaturesByAttributionArgs
(
val
filterType
:
Output
<
String
>
,
val
top
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
TopNFeaturesByAttributionArgs
>
Members
Constructors
Top
NFeatures
By
Attribution
Args
Link copied to clipboard
constructor
(
filterType
:
Output
<
String
>
,
top
:
Output
<
Int
>
?
=
null
)
Properties
filter
Type
Link copied to clipboard
val
filterType
:
Output
<
String
>
Expected value is 'TopNByAttribution'.
top
Link copied to clipboard
val
top
:
Output
<
Int
>
?
=
null
The number of top features to include.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TopNFeaturesByAttributionArgs