Skip to content

Bedrock Agent Runtime  >  Unions  >  InvocationInputMember

InvocationInputMember

Union Type

InvocationInputMember module-attribute

Contains details about the API operation or function that the agent predicts should be called.

This data type is used in the following API operations:

Union Member Types

InvocationInputMemberApiInvocationInput dataclass

Contains information about the API operation that the agent predicts should be called.

Attributes

value instance-attribute

InvocationInputMemberFunctionInvocationInput dataclass

Contains information about the function that the agent predicts should be called.

Attributes

value instance-attribute

InvocationInputMemberUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str