toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
InferenceComponentStatus
Inference
Component
Status
sealed
class
InferenceComponentStatus
Inheritors
Creating
Deleting
Failed
InService
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
InferenceComponentStatus
Deleting
Link copied to clipboard
object
Deleting
:
InferenceComponentStatus
Failed
Link copied to clipboard
object
Failed
:
InferenceComponentStatus
In
Service
Link copied to clipboard
object
InService
:
InferenceComponentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InferenceComponentStatus
Updating
Link copied to clipboard
object
Updating
:
InferenceComponentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String