AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentruntime
/
aws.sdk.kotlin.services.bedrockagentruntime.model
/
RetrievalResultContentType
Retrieval
Result
Content
Type
sealed
class
RetrievalResultContentType
Inheritors
Image
Row
Text
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Image
Link copied to clipboard
object
Image
:
RetrievalResultContentType
Row
Link copied to clipboard
object
Row
:
RetrievalResultContentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RetrievalResultContentType
Text
Link copied to clipboard
object
Text
:
RetrievalResultContentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String