Chunk

data class Chunk(val value: PayloadPart) : ResponseStream

Content included in the response.

Constructors

Link copied to clipboard
constructor(value: PayloadPart)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ResponseStream as a Chunk and retrieves its aws.sdk.kotlin.services.bedrockruntime.model.PayloadPart value. Throws an exception if the ResponseStream is not a Chunk.

Link copied to clipboard

Casts this ResponseStream as a Chunk and retrieves its aws.sdk.kotlin.services.bedrockruntime.model.PayloadPart value. Returns null if the ResponseStream is not a Chunk.