@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / OrchestrationExecutor
Contains details about the Lambda function containing the orchestration logic carried out upon invoking the custom orchestration.
readonly
lambdaFunction:IFunction
_render():
OrchestrationExecutorProperty
Internal
Format as CFN properties
This is an internal core function and should not be called directly.
OrchestrationExecutorProperty
static
fromlambdaFunction(lambdaFunction
):OrchestrationExecutor
Defines an orchestration executor with a Lambda function containing the business logic.
IFunction
Lambda function to be called by the orchestration.
OrchestrationExecutor