| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
FunctionSchema |
FunctionSchema.clone() |
FunctionSchema |
AgentActionGroup.getFunctionSchema()
Defines functions that each define parameters that the agent needs to invoke from the user.
|
FunctionSchema |
UpdateAgentActionGroupRequest.getFunctionSchema()
Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining
the schema.
|
FunctionSchema |
CreateAgentActionGroupRequest.getFunctionSchema()
Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining
the schema.
|
FunctionSchema |
FunctionSchema.withFunctions(Collection<Function> functions)
A list of functions that each define an action in the action group.
|
FunctionSchema |
FunctionSchema.withFunctions(Function... functions)
A list of functions that each define an action in the action group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentActionGroup.setFunctionSchema(FunctionSchema functionSchema)
Defines functions that each define parameters that the agent needs to invoke from the user.
|
void |
UpdateAgentActionGroupRequest.setFunctionSchema(FunctionSchema functionSchema)
Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining
the schema.
|
void |
CreateAgentActionGroupRequest.setFunctionSchema(FunctionSchema functionSchema)
Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining
the schema.
|
AgentActionGroup |
AgentActionGroup.withFunctionSchema(FunctionSchema functionSchema)
Defines functions that each define parameters that the agent needs to invoke from the user.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withFunctionSchema(FunctionSchema functionSchema)
Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining
the schema.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withFunctionSchema(FunctionSchema functionSchema)
Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining
the schema.
|
Copyright © 2024. All rights reserved.