InvocationStepSummary

Contains details about an invocation step within 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

A unique identifier for the invocation in UUID format.

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

The unique identifier for the session associated with the invocation step.

Functions

Link copied to clipboard
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