AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemakerfeaturestoreruntime
/
aws.sdk.kotlin.services.sagemakerfeaturestoreruntime.model
/
TargetStore
Target
Store
sealed
class
TargetStore
Inheritors
OfflineStore
OnlineStore
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Offline
Store
Link copied to clipboard
object
OfflineStore
:
TargetStore
Online
Store
Link copied to clipboard
object
OnlineStore
:
TargetStore
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TargetStore
Properties
value
Link copied to clipboard
abstract
val
value
:
String