AWS SDK for Kotlin
Toggle table of contents
1.5.103
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
ClusterCapacityType
Cluster
Capacity
Type
sealed
class
ClusterCapacityType
Inheritors
OnDemand
Spot
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
On
Demand
Link copied to clipboard
object
OnDemand
:
ClusterCapacityType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClusterCapacityType
Spot
Link copied to clipboard
object
Spot
:
ClusterCapacityType
Properties
value
Link copied to clipboard
abstract
val
value
:
String