FlowExecutionSummary

Contains summary information about a flow execution, including its status, timestamps, and identifiers.

Flow executions is in preview release for Amazon Bedrock and is subject to change.

Types

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

Properties

Link copied to clipboard

The timestamp when the flow execution was created.

Link copied to clipboard

The timestamp when the flow execution ended. This field is only populated when the execution has completed, failed, timed out, or been aborted.

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies the flow execution.

Link copied to clipboard

The unique identifier of the flow alias used for the execution.

Link copied to clipboard

The unique identifier of the flow.

Link copied to clipboard

The version of the flow used for the execution.

Link copied to clipboard

The current status of the flow execution.

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