toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.inputs
/
ComputeBindingArgs
Compute
Binding
Args
data
class
ComputeBindingArgs
(
val
computeId
:
Output
<
String
>
?
=
null
,
val
nodeCount
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
ComputeBindingArgs
>
Compute binding definition.
Members
Constructors
Compute
Binding
Args
Link copied to clipboard
constructor
(
computeId
:
Output
<
String
>
?
=
null
,
nodeCount
:
Output
<
Int
>
?
=
null
)
Properties
compute
Id
Link copied to clipboard
val
computeId
:
Output
<
String
>
?
=
null
ID of the compute resource.
node
Count
Link copied to clipboard
val
nodeCount
:
Output
<
Int
>
?
=
null
Number of nodes.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ComputeBindingArgs