Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CustomOrchestration
Packages that use CustomOrchestration
-
Uses of CustomOrchestration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CustomOrchestrationModifier and TypeMethodDescriptionfinal CustomOrchestrationAgent.customOrchestration()Contains custom orchestration configurations for the agent.final CustomOrchestrationCreateAgentRequest.customOrchestration()Contains details of the custom orchestration configured for the agent.final CustomOrchestrationUpdateAgentRequest.customOrchestration()Contains details of the custom orchestration configured for the agent.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type CustomOrchestrationModifier and TypeMethodDescriptionAgent.Builder.customOrchestration(CustomOrchestration customOrchestration) Contains custom orchestration configurations for the agent.CreateAgentRequest.Builder.customOrchestration(CustomOrchestration customOrchestration) Contains details of the custom orchestration configured for the agent.UpdateAgentRequest.Builder.customOrchestration(CustomOrchestration customOrchestration) Contains details of the custom orchestration configured for the agent.