AWS SDK for Kotlin
Toggle table of contents
1.5.19
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrock
/
aws.sdk.kotlin.services.bedrock.model
/
AutomatedReasoningPolicyBuildDocumentContentType
Automated
Reasoning
Policy
Build
Document
Content
Type
sealed
class
AutomatedReasoningPolicyBuildDocumentContentType
Inheritors
Pdf
Text
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Pdf
Link copied to clipboard
object
Pdf
:
AutomatedReasoningPolicyBuildDocumentContentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AutomatedReasoningPolicyBuildDocumentContentType
Text
Link copied to clipboard
object
Text
:
AutomatedReasoningPolicyBuildDocumentContentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String