Inline

data class Inline(val value: InlineMemoryContent) : ContentSource

The content included directly in the request.

Constructors

Link copied to clipboard
constructor(value: InlineMemoryContent)

Properties

Link copied to clipboard

Inherited 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