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
/
InferenceExperimentStatus
Inference
Experiment
Status
sealed
class
InferenceExperimentStatus
Inheritors
Cancelled
Completed
Created
Creating
Running
Starting
Stopping
Updating
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
InferenceExperimentStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
InferenceExperimentStatus
Created
Link copied to clipboard
object
Created
:
InferenceExperimentStatus
Creating
Link copied to clipboard
object
Creating
:
InferenceExperimentStatus
Running
Link copied to clipboard
object
Running
:
InferenceExperimentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InferenceExperimentStatus
Starting
Link copied to clipboard
object
Starting
:
InferenceExperimentStatus
Stopping
Link copied to clipboard
object
Stopping
:
InferenceExperimentStatus
Updating
Link copied to clipboard
object
Updating
:
InferenceExperimentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String