Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CustomOrchestration
-
Packages that use CustomOrchestration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of CustomOrchestration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CustomOrchestration Modifier and Type Method Description CustomOrchestrationAgent. customOrchestration()Contains custom orchestration configurations for the agent.CustomOrchestrationCreateAgentRequest. customOrchestration()Contains details of the custom orchestration configured for the agent.CustomOrchestrationUpdateAgentRequest. customOrchestration()Contains details of the custom orchestration configured for the agent.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type CustomOrchestration Modifier and Type Method Description Agent.BuilderAgent.Builder. customOrchestration(CustomOrchestration customOrchestration)Contains custom orchestration configurations for the agent.CreateAgentRequest.BuilderCreateAgentRequest.Builder. customOrchestration(CustomOrchestration customOrchestration)Contains details of the custom orchestration configured for the agent.UpdateAgentRequest.BuilderUpdateAgentRequest.Builder. customOrchestration(CustomOrchestration customOrchestration)Contains details of the custom orchestration configured for the agent.
-