enum OrchestrationType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Alpha.OrchestrationType |
Go | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#OrchestrationType |
Java | software.amazon.awscdk.services.bedrock.alpha.OrchestrationType |
Python | aws_cdk.aws_bedrock_alpha.OrchestrationType |
TypeScript (source) | @aws-cdk/aws-bedrock-alpha » OrchestrationType |
Enum for orchestration types available for agents.
Members
| Name | Description |
|---|---|
| DEFAULT | Default orchestration by the agent. |
| CUSTOM_ORCHESTRATION | Custom orchestration using Lambda. |
DEFAULT
Default orchestration by the agent.
CUSTOM_ORCHESTRATION
Custom orchestration using Lambda.

.NET
Go
Java
Python
TypeScript (