AWS SDK for Kotlin
Toggle table of contents
1.5.14
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockruntime
/
aws.sdk.kotlin.services.bedrockruntime.model
/
GuardrailAutomatedReasoningLogicWarningType
Guardrail
Automated
Reasoning
Logic
Warning
Type
sealed
class
GuardrailAutomatedReasoningLogicWarningType
Inheritors
AlwaysFalse
AlwaysTrue
SdkUnknown
Members
Types
Always
False
Link copied to clipboard
object
AlwaysFalse
:
GuardrailAutomatedReasoningLogicWarningType
Always
True
Link copied to clipboard
object
AlwaysTrue
:
GuardrailAutomatedReasoningLogicWarningType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
GuardrailAutomatedReasoningLogicWarningType
Properties
value
Link copied to clipboard
abstract
val
value
:
String