AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemakermetrics
/
aws.sdk.kotlin.services.sagemakermetrics.model
/
XAxisType
XAxis
Type
sealed
class
XAxisType
Inheritors
IterationNumber
Timestamp
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Iteration
Number
Link copied to clipboard
object
IterationNumber
:
XAxisType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
XAxisType
Timestamp
Link copied to clipboard
object
Timestamp
:
XAxisType
Properties
value
Link copied to clipboard
abstract
val
value
:
String