AWS SDK for Kotlin
Toggle table of contents
1.9.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentcore
/
aws.sdk.kotlin.services.bedrockagentcore.model
/
ResultDestination
Result
Destination
sealed
class
ResultDestination
Where evaluation results are written: dedicated results log group (default) or the source log group.
Inheritors
DedicatedLogGroup
SourceLogGroup
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Dedicated
Log
Group
Link copied to clipboard
object
DedicatedLogGroup
:
ResultDestination
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResultDestination
Source
Log
Group
Link copied to clipboard
object
SourceLogGroup
:
ResultDestination
Properties
value
Link copied to clipboard
abstract
val
value
:
String