AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrock
/
aws.sdk.kotlin.services.bedrock.model
/
ExternalSourceType
External
Source
Type
sealed
class
ExternalSourceType
Inheritors
ByteContent
S3
SdkUnknown
Members
Types
Byte
Content
Link copied to clipboard
object
ByteContent
:
ExternalSourceType
Companion
Link copied to clipboard
object
Companion
S3
Link copied to clipboard
object
S3
:
ExternalSourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExternalSourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String