1. Packages
  2. DigitalOcean Provider
  3. API Docs
  4. GenaiFunction
DigitalOcean v4.51.0 published on Thursday, Aug 14, 2025 by Pulumi

digitalocean.GenaiFunction

Explore with Pulumi AI

digitalocean logo
DigitalOcean v4.51.0 published on Thursday, Aug 14, 2025 by Pulumi

    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:

    AgentId string
    The name of the GenAI resource.
    Description string
    The region where the GenAI resource will be created.
    FaasNamespace string
    The current status of the GenAI resource.
    FunctionName string
    The creation timestamp of the GenAI resource.
    InputSchema string
    The input schema of the GenAI resource.
    FaasName string
    The model to use for the GenAI resource.
    OutputSchema string
    The output schema of the GenAI resource.
    AgentId string
    The name of the GenAI resource.
    Description string
    The region where the GenAI resource will be created.
    FaasNamespace string
    The current status of the GenAI resource.
    FunctionName string
    The creation timestamp of the GenAI resource.
    InputSchema string
    The input schema of the GenAI resource.
    FaasName string
    The model to use for the GenAI resource.
    OutputSchema string
    The output schema of the GenAI resource.
    agentId String
    The name of the GenAI resource.
    description String
    The region where the GenAI resource will be created.
    faasNamespace String
    The current status of the GenAI resource.
    functionName String
    The creation timestamp of the GenAI resource.
    inputSchema String
    The input schema of the GenAI resource.
    faasName String
    The model to use for the GenAI resource.
    outputSchema String
    The output schema of the GenAI resource.
    agentId string
    The name of the GenAI resource.
    description string
    The region where the GenAI resource will be created.
    faasNamespace string
    The current status of the GenAI resource.
    functionName string
    The creation timestamp of the GenAI resource.
    inputSchema string
    The input schema of the GenAI resource.
    faasName string
    The model to use for the GenAI resource.
    outputSchema 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.
    agentId String
    The name of the GenAI resource.
    description String
    The region where the GenAI resource will be created.
    faasNamespace String
    The current status of the GenAI resource.
    functionName String
    The creation timestamp of the GenAI resource.
    inputSchema String
    The input schema of the GenAI resource.
    faasName String
    The model to use for the GenAI resource.
    outputSchema 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:

    FunctionUuid string
    The unique identifier of the GenAI function.
    Id string
    The provider-assigned unique ID for this managed resource.
    FunctionUuid string
    The unique identifier of the GenAI function.
    Id string
    The provider-assigned unique ID for this managed resource.
    functionUuid String
    The unique identifier of the GenAI function.
    id String
    The provider-assigned unique ID for this managed resource.
    functionUuid 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.
    functionUuid 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.
    The following state arguments are supported:
    AgentId string
    The name of the GenAI resource.
    Description string
    The region where the GenAI resource will be created.
    FaasName string
    The model to use for the GenAI resource.
    FaasNamespace string
    The current status of the GenAI resource.
    FunctionName string
    The creation timestamp of the GenAI resource.
    FunctionUuid string
    The unique identifier of the GenAI function.
    InputSchema string
    The input schema of the GenAI resource.
    OutputSchema string
    The output schema of the GenAI resource.
    AgentId string
    The name of the GenAI resource.
    Description string
    The region where the GenAI resource will be created.
    FaasName string
    The model to use for the GenAI resource.
    FaasNamespace string
    The current status of the GenAI resource.
    FunctionName string
    The creation timestamp of the GenAI resource.
    FunctionUuid string
    The unique identifier of the GenAI function.
    InputSchema string
    The input schema of the GenAI resource.
    OutputSchema string
    The output schema of the GenAI resource.
    agentId String
    The name of the GenAI resource.
    description String
    The region where the GenAI resource will be created.
    faasName String
    The model to use for the GenAI resource.
    faasNamespace String
    The current status of the GenAI resource.
    functionName String
    The creation timestamp of the GenAI resource.
    functionUuid String
    The unique identifier of the GenAI function.
    inputSchema String
    The input schema of the GenAI resource.
    outputSchema String
    The output schema of the GenAI resource.
    agentId string
    The name of the GenAI resource.
    description string
    The region where the GenAI resource will be created.
    faasName string
    The model to use for the GenAI resource.
    faasNamespace string
    The current status of the GenAI resource.
    functionName string
    The creation timestamp of the GenAI resource.
    functionUuid string
    The unique identifier of the GenAI function.
    inputSchema string
    The input schema of the GenAI resource.
    outputSchema 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.
    agentId String
    The name of the GenAI resource.
    description String
    The region where the GenAI resource will be created.
    faasName String
    The model to use for the GenAI resource.
    faasNamespace String
    The current status of the GenAI resource.
    functionName String
    The creation timestamp of the GenAI resource.
    functionUuid String
    The unique identifier of the GenAI function.
    inputSchema String
    The input schema of the GenAI resource.
    outputSchema 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.
    digitalocean logo
    DigitalOcean v4.51.0 published on Thursday, Aug 14, 2025 by Pulumi