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
/
ArtifactSourceIdType
Artifact
Source
Id
Type
sealed
class
ArtifactSourceIdType
Inheritors
Custom
Md5Hash
S3Etag
S3Version
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Custom
Link copied to clipboard
object
Custom
:
ArtifactSourceIdType
Md5Hash
Link copied to clipboard
object
Md5Hash
:
ArtifactSourceIdType
S3Etag
Link copied to clipboard
object
S3Etag
:
ArtifactSourceIdType
S3Version
Link copied to clipboard
object
S3Version
:
ArtifactSourceIdType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ArtifactSourceIdType
Properties
value
Link copied to clipboard
abstract
val
value
:
String