Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InvocationInputMember
Packages that use InvocationInputMember
-
Uses of InvocationInputMember in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvocationInputMemberModifier and TypeMethodDescriptionstatic InvocationInputMemberInvocationInputMember.fromApiInvocationInput(Consumer<ApiInvocationInput.Builder> apiInvocationInput) Create an instance of this class withapiInvocationInput()initialized to the given value.static InvocationInputMemberInvocationInputMember.fromApiInvocationInput(ApiInvocationInput apiInvocationInput) Create an instance of this class withapiInvocationInput()initialized to the given value.static InvocationInputMemberInvocationInputMember.fromFunctionInvocationInput(Consumer<FunctionInvocationInput.Builder> functionInvocationInput) Create an instance of this class withfunctionInvocationInput()initialized to the given value.static InvocationInputMemberInvocationInputMember.fromFunctionInvocationInput(FunctionInvocationInput functionInvocationInput) Create an instance of this class withfunctionInvocationInput()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InvocationInputMemberModifier and TypeMethodDescriptionfinal List<InvocationInputMember>InlineAgentReturnControlPayload.invocationInputs()A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.final List<InvocationInputMember>ReturnControlPayload.invocationInputs()A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InvocationInputMemberModifier and TypeMethodDescriptionInlineAgentReturnControlPayload.Builder.invocationInputs(InvocationInputMember... invocationInputs) A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.InlineAgentReturnControlPayload.BuilderImpl.invocationInputs(InvocationInputMember... invocationInputs) ReturnControlPayload.Builder.invocationInputs(InvocationInputMember... invocationInputs) A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.ReturnControlPayload.BuilderImpl.invocationInputs(InvocationInputMember... invocationInputs) Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InvocationInputMemberModifier and TypeMethodDescriptionInlineAgentReturnControlPayload.Builder.invocationInputs(Collection<InvocationInputMember> invocationInputs) A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.InlineAgentReturnControlPayload.BuilderImpl.invocationInputs(Collection<InvocationInputMember> invocationInputs) ReturnControlPayload.Builder.invocationInputs(Collection<InvocationInputMember> invocationInputs) A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.ReturnControlPayload.BuilderImpl.invocationInputs(Collection<InvocationInputMember> invocationInputs)