AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
ProcessingS3DataType
Processing
S3Data
Type
sealed
class
ProcessingS3DataType
Inheritors
ManifestFile
S3Prefix
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Manifest
File
Link copied to clipboard
object
ManifestFile
:
ProcessingS3DataType
S3Prefix
Link copied to clipboard
object
S3Prefix
:
ProcessingS3DataType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProcessingS3DataType
Properties
value
Link copied to clipboard
abstract
val
value
:
String