toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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