ContentBlockStart

sealed class ContentBlockStart

Content block start information.

Inheritors

Types

Link copied to clipboard
data class Image(val value: ImageBlockStart) : ContentBlockStart

The initial event indicating the start of a streaming image block.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Information about a tool that the model is requesting to use.

Functions

Link copied to clipboard

Casts this ContentBlockStart as a Image and retrieves its aws.sdk.kotlin.services.bedrockruntime.model.ImageBlockStart value. Throws an exception if the ContentBlockStart is not a Image.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard