InvokeFlowRequest

Types

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

Properties

Link copied to clipboard

Specifies whether to return the trace for the flow or not. Traces track inputs and outputs for nodes in the flow. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Link copied to clipboard

The unique identifier for the current flow execution. If you don't provide a value, Amazon Bedrock creates the identifier for you.

Link copied to clipboard

The unique identifier of the flow alias.

Link copied to clipboard

The unique identifier of the flow.

Link copied to clipboard

A list of objects, each containing information about an input into the flow.

Link copied to clipboard

Model performance settings for the request.

Functions

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