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
/
ParameterType
Parameter
Type
sealed
class
ParameterType
Inheritors
Categorical
Continuous
FreeText
Integer
SdkUnknown
Members
Types
Categorical
Link copied to clipboard
object
Categorical
:
ParameterType
Companion
Link copied to clipboard
object
Companion
Continuous
Link copied to clipboard
object
Continuous
:
ParameterType
Free
Text
Link copied to clipboard
object
FreeText
:
ParameterType
Integer
Link copied to clipboard
object
Integer
:
ParameterType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ParameterType
Properties
value
Link copied to clipboard
abstract
val
value
:
String