AWS SDK for Kotlin
Toggle table of contents
1.6.7
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
SchedulerConfigComponent
Scheduler
Config
Component
sealed
class
SchedulerConfigComponent
Inheritors
FairShare
IdleResourceSharing
PriorityClasses
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Fair
Share
Link copied to clipboard
object
FairShare
:
SchedulerConfigComponent
Idle
Resource
Sharing
Link copied to clipboard
object
IdleResourceSharing
:
SchedulerConfigComponent
Priority
Classes
Link copied to clipboard
object
PriorityClasses
:
SchedulerConfigComponent
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SchedulerConfigComponent
Properties
value
Link copied to clipboard
abstract
val
value
:
String