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
/
EndpointModelSkuCapacityPropertiesResponse
Endpoint
Model
Sku
Capacity
Properties
Response
data
class
EndpointModelSkuCapacityPropertiesResponse
(
val
default
:
Int
?
=
null
,
val
maximum
:
Int
?
=
null
)
Members
Constructors
Endpoint
Model
Sku
Capacity
Properties
Response
Link copied to clipboard
constructor
(
default
:
Int
?
=
null
,
maximum
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
default
Link copied to clipboard
val
default
:
Int
?
=
null
The default capacity.
maximum
Link copied to clipboard
val
maximum
:
Int
?
=
null
The maximum capacity.