Create GradientaiFunction Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GradientaiFunction(name: string, args: GradientaiFunctionArgs, opts?: CustomResourceOptions);@overload
def GradientaiFunction(resource_name: str,
args: GradientaiFunctionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GradientaiFunction(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 NewGradientaiFunction(ctx *Context, name string, args GradientaiFunctionArgs, opts ...ResourceOption) (*GradientaiFunction, error)public GradientaiFunction(string name, GradientaiFunctionArgs args, CustomResourceOptions? opts = null)
public GradientaiFunction(String name, GradientaiFunctionArgs args)
public GradientaiFunction(String name, GradientaiFunctionArgs args, CustomResourceOptions options)
type: digitalocean:GradientaiFunction
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 GradientaiFunctionArgs
- 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 GradientaiFunctionArgs
- 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 GradientaiFunctionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GradientaiFunctionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GradientaiFunctionArgs
- 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 gradientaiFunctionResource = new DigitalOcean.GradientaiFunction("gradientaiFunctionResource", new()
{
AgentId = "string",
Description = "string",
FaasNamespace = "string",
FunctionName = "string",
InputSchema = "string",
FaasName = "string",
OutputSchema = "string",
});
example, err := digitalocean.NewGradientaiFunction(ctx, "gradientaiFunctionResource", &digitalocean.GradientaiFunctionArgs{
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 gradientaiFunctionResource = new GradientaiFunction("gradientaiFunctionResource", GradientaiFunctionArgs.builder()
.agentId("string")
.description("string")
.faasNamespace("string")
.functionName("string")
.inputSchema("string")
.faasName("string")
.outputSchema("string")
.build());
gradientai_function_resource = digitalocean.GradientaiFunction("gradientaiFunctionResource",
agent_id="string",
description="string",
faas_namespace="string",
function_name="string",
input_schema="string",
faas_name="string",
output_schema="string")
const gradientaiFunctionResource = new digitalocean.GradientaiFunction("gradientaiFunctionResource", {
agentId: "string",
description: "string",
faasNamespace: "string",
functionName: "string",
inputSchema: "string",
faasName: "string",
outputSchema: "string",
});
type: digitalocean:GradientaiFunction
properties:
agentId: string
description: string
faasName: string
faasNamespace: string
functionName: string
inputSchema: string
outputSchema: string
GradientaiFunction 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 GradientaiFunction resource accepts the following input properties:
- Agent
Id string - The name of the GradientAI resource.
- Description string
- The region where the GradientAI resource will be created.
- Faas
Namespace string - The current status of the GradientAI resource.
- Function
Name string - The creation timestamp of the GradientAI resource.
- Input
Schema string - The input schema of the GradientAI resource.
- Faas
Name string - The model to use for the GradientAI resource.
- Output
Schema string - The output schema of the GradientAI resource.
- Agent
Id string - The name of the GradientAI resource.
- Description string
- The region where the GradientAI resource will be created.
- Faas
Namespace string - The current status of the GradientAI resource.
- Function
Name string - The creation timestamp of the GradientAI resource.
- Input
Schema string - The input schema of the GradientAI resource.
- Faas
Name string - The model to use for the GradientAI resource.
- Output
Schema string - The output schema of the GradientAI resource.
- agent
Id String - The name of the GradientAI resource.
- description String
- The region where the GradientAI resource will be created.
- faas
Namespace String - The current status of the GradientAI resource.
- function
Name String - The creation timestamp of the GradientAI resource.
- input
Schema String - The input schema of the GradientAI resource.
- faas
Name String - The model to use for the GradientAI resource.
- output
Schema String - The output schema of the GradientAI resource.
- agent
Id string - The name of the GradientAI resource.
- description string
- The region where the GradientAI resource will be created.
- faas
Namespace string - The current status of the GradientAI resource.
- function
Name string - The creation timestamp of the GradientAI resource.
- input
Schema string - The input schema of the GradientAI resource.
- faas
Name string - The model to use for the GradientAI resource.
- output
Schema string - The output schema of the GradientAI resource.
- agent_
id str - The name of the GradientAI resource.
- description str
- The region where the GradientAI resource will be created.
- faas_
namespace str - The current status of the GradientAI resource.
- function_
name str - The creation timestamp of the GradientAI resource.
- input_
schema str - The input schema of the GradientAI resource.
- faas_
name str - The model to use for the GradientAI resource.
- output_
schema str - The output schema of the GradientAI resource.
- agent
Id String - The name of the GradientAI resource.
- description String
- The region where the GradientAI resource will be created.
- faas
Namespace String - The current status of the GradientAI resource.
- function
Name String - The creation timestamp of the GradientAI resource.
- input
Schema String - The input schema of the GradientAI resource.
- faas
Name String - The model to use for the GradientAI resource.
- output
Schema String - The output schema of the GradientAI resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the GradientaiFunction resource produces the following output properties:
- Function
Uuid string - The unique identifier of the GradientAI function.
- Id string
- The provider-assigned unique ID for this managed resource.
- Function
Uuid string - The unique identifier of the GradientAI function.
- Id string
- The provider-assigned unique ID for this managed resource.
- function
Uuid String - The unique identifier of the GradientAI function.
- id String
- The provider-assigned unique ID for this managed resource.
- function
Uuid string - The unique identifier of the GradientAI function.
- id string
- The provider-assigned unique ID for this managed resource.
- function_
uuid str - The unique identifier of the GradientAI function.
- id str
- The provider-assigned unique ID for this managed resource.
- function
Uuid String - The unique identifier of the GradientAI function.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing GradientaiFunction Resource
Get an existing GradientaiFunction 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?: GradientaiFunctionState, opts?: CustomResourceOptions): GradientaiFunction@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) -> GradientaiFunctionfunc GetGradientaiFunction(ctx *Context, name string, id IDInput, state *GradientaiFunctionState, opts ...ResourceOption) (*GradientaiFunction, error)public static GradientaiFunction Get(string name, Input<string> id, GradientaiFunctionState? state, CustomResourceOptions? opts = null)public static GradientaiFunction get(String name, Output<String> id, GradientaiFunctionState state, CustomResourceOptions options)resources: _: type: digitalocean:GradientaiFunction 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 GradientAI resource.
- Description string
- The region where the GradientAI resource will be created.
- Faas
Name string - The model to use for the GradientAI resource.
- Faas
Namespace string - The current status of the GradientAI resource.
- Function
Name string - The creation timestamp of the GradientAI resource.
- Function
Uuid string - The unique identifier of the GradientAI function.
- Input
Schema string - The input schema of the GradientAI resource.
- Output
Schema string - The output schema of the GradientAI resource.
- Agent
Id string - The name of the GradientAI resource.
- Description string
- The region where the GradientAI resource will be created.
- Faas
Name string - The model to use for the GradientAI resource.
- Faas
Namespace string - The current status of the GradientAI resource.
- Function
Name string - The creation timestamp of the GradientAI resource.
- Function
Uuid string - The unique identifier of the GradientAI function.
- Input
Schema string - The input schema of the GradientAI resource.
- Output
Schema string - The output schema of the GradientAI resource.
- agent
Id String - The name of the GradientAI resource.
- description String
- The region where the GradientAI resource will be created.
- faas
Name String - The model to use for the GradientAI resource.
- faas
Namespace String - The current status of the GradientAI resource.
- function
Name String - The creation timestamp of the GradientAI resource.
- function
Uuid String - The unique identifier of the GradientAI function.
- input
Schema String - The input schema of the GradientAI resource.
- output
Schema String - The output schema of the GradientAI resource.
- agent
Id string - The name of the GradientAI resource.
- description string
- The region where the GradientAI resource will be created.
- faas
Name string - The model to use for the GradientAI resource.
- faas
Namespace string - The current status of the GradientAI resource.
- function
Name string - The creation timestamp of the GradientAI resource.
- function
Uuid string - The unique identifier of the GradientAI function.
- input
Schema string - The input schema of the GradientAI resource.
- output
Schema string - The output schema of the GradientAI resource.
- agent_
id str - The name of the GradientAI resource.
- description str
- The region where the GradientAI resource will be created.
- faas_
name str - The model to use for the GradientAI resource.
- faas_
namespace str - The current status of the GradientAI resource.
- function_
name str - The creation timestamp of the GradientAI resource.
- function_
uuid str - The unique identifier of the GradientAI function.
- input_
schema str - The input schema of the GradientAI resource.
- output_
schema str - The output schema of the GradientAI resource.
- agent
Id String - The name of the GradientAI resource.
- description String
- The region where the GradientAI resource will be created.
- faas
Name String - The model to use for the GradientAI resource.
- faas
Namespace String - The current status of the GradientAI resource.
- function
Name String - The creation timestamp of the GradientAI resource.
- function
Uuid String - The unique identifier of the GradientAI function.
- input
Schema String - The input schema of the GradientAI resource.
- output
Schema String - The output schema of the GradientAI resource.
Package Details
- Repository
- DigitalOcean pulumi/pulumi-digitalocean
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
digitaloceanTerraform Provider.
