AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
TrainingPlanStatus
Training
Plan
Status
sealed
class
TrainingPlanStatus
Inheritors
Active
Expired
Failed
Pending
Scheduled
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
TrainingPlanStatus
Companion
Link copied to clipboard
object
Companion
Expired
Link copied to clipboard
object
Expired
:
TrainingPlanStatus
Failed
Link copied to clipboard
object
Failed
:
TrainingPlanStatus
Pending
Link copied to clipboard
object
Pending
:
TrainingPlanStatus
Scheduled
Link copied to clipboard
object
Scheduled
:
TrainingPlanStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TrainingPlanStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String