AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemakergeospatial
/
aws.sdk.kotlin.services.sagemakergeospatial.model
/
OutputType
Output
Type
sealed
class
OutputType
Inheritors
Float32
Float64
Int16
Int32
Uint16
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Float32
Link copied to clipboard
object
Float32
:
OutputType
FLOAT32
Float64
Link copied to clipboard
object
Float64
:
OutputType
FLOAT64
Int16
Link copied to clipboard
object
Int16
:
OutputType
INT16
Int32
Link copied to clipboard
object
Int32
:
OutputType
INT32
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OutputType
Uint16
Link copied to clipboard
object
Uint16
:
OutputType
UINT16
Properties
value
Link copied to clipboard
abstract
val
value
:
String