AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
CandidateStepType
Candidate
Step
Type
sealed
class
CandidateStepType
Inheritors
Processing
Training
Transform
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Processing
Link copied to clipboard
object
Processing
:
CandidateStepType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CandidateStepType
Training
Link copied to clipboard
object
Training
:
CandidateStepType
Transform
Link copied to clipboard
object
Transform
:
CandidateStepType
Properties
value
Link copied to clipboard
abstract
val
value
:
String