ContentSource

sealed class ContentSource

The source of the content to ingest. Only inline content is supported.

Inheritors

Types

Link copied to clipboard
data class Inline(val value: InlineMemoryContent) : ContentSource

The content included directly in the request.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ContentSource as a Inline and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.InlineMemoryContent value. Throws an exception if the ContentSource is not a Inline.

Link copied to clipboard