AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
BatchStrategy
Batch
Strategy
sealed
class
BatchStrategy
Inheritors
MultiRecord
SingleRecord
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Multi
Record
Link copied to clipboard
object
MultiRecord
:
BatchStrategy
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchStrategy
Single
Record
Link copied to clipboard
object
SingleRecord
:
BatchStrategy
Properties
value
Link copied to clipboard
abstract
val
value
:
String