InvocationStep

Stores fine-grained state checkpoints, including text and images, for each interaction in an invocation in a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier (in UUID format) for the invocation that includes the invocation step.

Link copied to clipboard

The unique identifier (in UUID format) for the invocation step.

Link copied to clipboard

The timestamp for when the invocation step was created.

Link copied to clipboard

Payload content, such as text and images, for the invocation step.

Link copied to clipboard

The unique identifier of the session containing the invocation step.

Functions

Link copied to clipboard
inline fun copy(block: InvocationStep.Builder.() -> Unit = {}): InvocationStep
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String