toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.bedrock.kotlin.inputs
/
AgentFunctionSchemaArgs
Agent
Function
Schema
Args
data
class
AgentFunctionSchemaArgs
(
val
functions
:
Output
<
List
<
AgentFunctionArgs
>
>
)
:
ConvertibleToJava
<
AgentFunctionSchemaArgs
>
Schema of Functions
Members
Constructors
Agent
Function
Schema
Args
Link copied to clipboard
constructor
(
functions
:
Output
<
List
<
AgentFunctionArgs
>
>
)
Properties
functions
Link copied to clipboard
val
functions
:
Output
<
List
<
AgentFunctionArgs
>
>
List of Function definitions
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AgentFunctionSchemaArgs