InvocationSummary

Contains details about 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 timestamp for when the invocation was created.

Link copied to clipboard

A unique identifier for the invocation in UUID format.

Link copied to clipboard

The unique identifier for the session associated with the invocation.

Functions

Link copied to clipboard
inline fun copy(block: InvocationSummary.Builder.() -> Unit = {}): InvocationSummary
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