StartFlowExecutionRequest

Types

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

Properties

Link copied to clipboard

The unique identifier of the flow alias to use for the flow execution.

Link copied to clipboard

The unique name for the flow execution. If you don't provide one, a system-generated name is used.

Link copied to clipboard

The unique identifier of the flow to execute.

Link copied to clipboard

The input data required for the flow execution. This must match the input schema defined in the flow.

Link copied to clipboard

The performance settings for the foundation model used in 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