digitalocean.GenaiFunction
Explore with Pulumi AI
Create GenaiFunction Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GenaiFunction(name: string, args: GenaiFunctionArgs, opts?: CustomResourceOptions);
@overload
def GenaiFunction(resource_name: str,
args: GenaiFunctionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GenaiFunction(resource_name: str,
opts: Optional[ResourceOptions] = None,
agent_id: Optional[str] = None,
description: Optional[str] = None,
faas_namespace: Optional[str] = None,
function_name: Optional[str] = None,
input_schema: Optional[str] = None,
faas_name: Optional[str] = None,
output_schema: Optional[str] = None)
func NewGenaiFunction(ctx *Context, name string, args GenaiFunctionArgs, opts ...ResourceOption) (*GenaiFunction, error)
public GenaiFunction(string name, GenaiFunctionArgs args, CustomResourceOptions? opts = null)
public GenaiFunction(String name, GenaiFunctionArgs args)
public GenaiFunction(String name, GenaiFunctionArgs args, CustomResourceOptions options)
type: digitalocean:GenaiFunction
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GenaiFunctionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GenaiFunctionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GenaiFunctionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GenaiFunctionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GenaiFunctionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var genaiFunctionResource = new DigitalOcean.GenaiFunction("genaiFunctionResource", new()
{
AgentId = "string",
Description = "string",
FaasNamespace = "string",
FunctionName = "string",
InputSchema = "string",
FaasName = "string",
OutputSchema = "string",
});
example, err := digitalocean.NewGenaiFunction(ctx, "genaiFunctionResource", &digitalocean.GenaiFunctionArgs{
AgentId: pulumi.String("string"),
Description: pulumi.String("string"),
FaasNamespace: pulumi.String("string"),
FunctionName: pulumi.String("string"),
InputSchema: pulumi.String("string"),
FaasName: pulumi.String("string"),
OutputSchema: pulumi.String("string"),
})
var genaiFunctionResource = new GenaiFunction("genaiFunctionResource", GenaiFunctionArgs.builder()
.agentId("string")
.description("string")
.faasNamespace("string")
.functionName("string")
.inputSchema("string")
.faasName("string")
.outputSchema("string")
.build());
genai_function_resource = digitalocean.GenaiFunction("genaiFunctionResource",
agent_id="string",
description="string",
faas_namespace="string",
function_name="string",
input_schema="string",
faas_name="string",
output_schema="string")
const genaiFunctionResource = new digitalocean.GenaiFunction("genaiFunctionResource", {
agentId: "string",
description: "string",
faasNamespace: "string",
functionName: "string",
inputSchema: "string",
faasName: "string",
outputSchema: "string",
});
type: digitalocean:GenaiFunction
properties:
agentId: string
description: string
faasName: string
faasNamespace: string
functionName: string
inputSchema: string
outputSchema: string
GenaiFunction Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The GenaiFunction resource accepts the following input properties:
- Agent
Id string - The name of the GenAI resource.
- Description string
- The region where the GenAI resource will be created.
- Faas
Namespace string - The current status of the GenAI resource.
- Function
Name string - The creation timestamp of the GenAI resource.
- Input
Schema string - The input schema of the GenAI resource.
- Faas
Name string - The model to use for the GenAI resource.
- Output
Schema string - The output schema of the GenAI resource.
- Agent
Id string - The name of the GenAI resource.
- Description string
- The region where the GenAI resource will be created.
- Faas
Namespace string - The current status of the GenAI resource.
- Function
Name string - The creation timestamp of the GenAI resource.
- Input
Schema string - The input schema of the GenAI resource.
- Faas
Name string - The model to use for the GenAI resource.
- Output
Schema string - The output schema of the GenAI resource.
- agent
Id String - The name of the GenAI resource.
- description String
- The region where the GenAI resource will be created.
- faas
Namespace String - The current status of the GenAI resource.
- function
Name String - The creation timestamp of the GenAI resource.
- input
Schema String - The input schema of the GenAI resource.
- faas
Name String - The model to use for the GenAI resource.
- output
Schema String - The output schema of the GenAI resource.
- agent
Id string - The name of the GenAI resource.
- description string
- The region where the GenAI resource will be created.
- faas
Namespace string - The current status of the GenAI resource.
- function
Name string - The creation timestamp of the GenAI resource.
- input
Schema string - The input schema of the GenAI resource.
- faas
Name string - The model to use for the GenAI resource.
- output
Schema string - The output schema of the GenAI resource.
- agent_
id str - The name of the GenAI resource.
- description str
- The region where the GenAI resource will be created.
- faas_
namespace str - The current status of the GenAI resource.
- function_
name str - The creation timestamp of the GenAI resource.
- input_
schema str - The input schema of the GenAI resource.
- faas_
name str - The model to use for the GenAI resource.
- output_
schema str - The output schema of the GenAI resource.
- agent
Id String - The name of the GenAI resource.
- description String
- The region where the GenAI resource will be created.
- faas
Namespace String - The current status of the GenAI resource.
- function
Name String - The creation timestamp of the GenAI resource.
- input
Schema String - The input schema of the GenAI resource.
- faas
Name String - The model to use for the GenAI resource.
- output
Schema String - The output schema of the GenAI resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the GenaiFunction resource produces the following output properties:
- Function
Uuid string - The unique identifier of the GenAI function.
- Id string
- The provider-assigned unique ID for this managed resource.
- Function
Uuid string - The unique identifier of the GenAI function.
- Id string
- The provider-assigned unique ID for this managed resource.
- function
Uuid String - The unique identifier of the GenAI function.
- id String
- The provider-assigned unique ID for this managed resource.
- function
Uuid string - The unique identifier of the GenAI function.
- id string
- The provider-assigned unique ID for this managed resource.
- function_
uuid str - The unique identifier of the GenAI function.
- id str
- The provider-assigned unique ID for this managed resource.
- function
Uuid String - The unique identifier of the GenAI function.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing GenaiFunction Resource
Get an existing GenaiFunction resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GenaiFunctionState, opts?: CustomResourceOptions): GenaiFunction
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
agent_id: Optional[str] = None,
description: Optional[str] = None,
faas_name: Optional[str] = None,
faas_namespace: Optional[str] = None,
function_name: Optional[str] = None,
function_uuid: Optional[str] = None,
input_schema: Optional[str] = None,
output_schema: Optional[str] = None) -> GenaiFunction
func GetGenaiFunction(ctx *Context, name string, id IDInput, state *GenaiFunctionState, opts ...ResourceOption) (*GenaiFunction, error)
public static GenaiFunction Get(string name, Input<string> id, GenaiFunctionState? state, CustomResourceOptions? opts = null)
public static GenaiFunction get(String name, Output<String> id, GenaiFunctionState state, CustomResourceOptions options)
resources: _: type: digitalocean:GenaiFunction get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Agent
Id string - The name of the GenAI resource.
- Description string
- The region where the GenAI resource will be created.
- Faas
Name string - The model to use for the GenAI resource.
- Faas
Namespace string - The current status of the GenAI resource.
- Function
Name string - The creation timestamp of the GenAI resource.
- Function
Uuid string - The unique identifier of the GenAI function.
- Input
Schema string - The input schema of the GenAI resource.
- Output
Schema string - The output schema of the GenAI resource.
- Agent
Id string - The name of the GenAI resource.
- Description string
- The region where the GenAI resource will be created.
- Faas
Name string - The model to use for the GenAI resource.
- Faas
Namespace string - The current status of the GenAI resource.
- Function
Name string - The creation timestamp of the GenAI resource.
- Function
Uuid string - The unique identifier of the GenAI function.
- Input
Schema string - The input schema of the GenAI resource.
- Output
Schema string - The output schema of the GenAI resource.
- agent
Id String - The name of the GenAI resource.
- description String
- The region where the GenAI resource will be created.
- faas
Name String - The model to use for the GenAI resource.
- faas
Namespace String - The current status of the GenAI resource.
- function
Name String - The creation timestamp of the GenAI resource.
- function
Uuid String - The unique identifier of the GenAI function.
- input
Schema String - The input schema of the GenAI resource.
- output
Schema String - The output schema of the GenAI resource.
- agent
Id string - The name of the GenAI resource.
- description string
- The region where the GenAI resource will be created.
- faas
Name string - The model to use for the GenAI resource.
- faas
Namespace string - The current status of the GenAI resource.
- function
Name string - The creation timestamp of the GenAI resource.
- function
Uuid string - The unique identifier of the GenAI function.
- input
Schema string - The input schema of the GenAI resource.
- output
Schema string - The output schema of the GenAI resource.
- agent_
id str - The name of the GenAI resource.
- description str
- The region where the GenAI resource will be created.
- faas_
name str - The model to use for the GenAI resource.
- faas_
namespace str - The current status of the GenAI resource.
- function_
name str - The creation timestamp of the GenAI resource.
- function_
uuid str - The unique identifier of the GenAI function.
- input_
schema str - The input schema of the GenAI resource.
- output_
schema str - The output schema of the GenAI resource.
- agent
Id String - The name of the GenAI resource.
- description String
- The region where the GenAI resource will be created.
- faas
Name String - The model to use for the GenAI resource.
- faas
Namespace String - The current status of the GenAI resource.
- function
Name String - The creation timestamp of the GenAI resource.
- function
Uuid String - The unique identifier of the GenAI function.
- input
Schema String - The input schema of the GenAI resource.
- output
Schema String - The output schema of the GenAI resource.
Package Details
- Repository
- DigitalOcean pulumi/pulumi-digitalocean
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
digitalocean
Terraform Provider.