DigitalOcean v4.54.0 published on Tuesday, Oct 14, 2025 by Pulumi
digitalocean.getGenaiAgent
Start a Neo task
Explain and create a digitalocean.getGenaiAgent resource
Using getGenaiAgent
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGenaiAgent(args: GetGenaiAgentArgs, opts?: InvokeOptions): Promise<GetGenaiAgentResult>
function getGenaiAgentOutput(args: GetGenaiAgentOutputArgs, opts?: InvokeOptions): Output<GetGenaiAgentResult>def get_genai_agent(agent_guardrails: Optional[Sequence[GetGenaiAgentAgentGuardrail]] = None,
agent_id: Optional[str] = None,
anthropic_api_keys: Optional[Sequence[GetGenaiAgentAnthropicApiKey]] = None,
api_key_infos: Optional[Sequence[GetGenaiAgentApiKeyInfo]] = None,
api_keys: Optional[Sequence[GetGenaiAgentApiKey]] = None,
chatbot_identifiers: Optional[Sequence[GetGenaiAgentChatbotIdentifier]] = None,
chatbots: Optional[Sequence[GetGenaiAgentChatbot]] = None,
deployments: Optional[Sequence[GetGenaiAgentDeployment]] = None,
description: Optional[str] = None,
functions: Optional[Sequence[GetGenaiAgentFunction]] = None,
if_case: Optional[str] = None,
k: Optional[int] = None,
knowledge_bases: Optional[Sequence[GetGenaiAgentKnowledgeBase]] = None,
max_tokens: Optional[int] = None,
models: Optional[Sequence[GetGenaiAgentModel]] = None,
open_ai_api_keys: Optional[Sequence[GetGenaiAgentOpenAiApiKey]] = None,
retrieval_method: Optional[str] = None,
route_created_by: Optional[str] = None,
route_name: Optional[str] = None,
route_uuid: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
temperature: Optional[float] = None,
templates: Optional[Sequence[GetGenaiAgentTemplate]] = None,
top_p: Optional[float] = None,
url: Optional[str] = None,
user_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGenaiAgentResult
def get_genai_agent_output(agent_guardrails: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentAgentGuardrailArgs]]]] = None,
agent_id: Optional[pulumi.Input[str]] = None,
anthropic_api_keys: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentAnthropicApiKeyArgs]]]] = None,
api_key_infos: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentApiKeyInfoArgs]]]] = None,
api_keys: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentApiKeyArgs]]]] = None,
chatbot_identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentChatbotIdentifierArgs]]]] = None,
chatbots: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentChatbotArgs]]]] = None,
deployments: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentDeploymentArgs]]]] = None,
description: Optional[pulumi.Input[str]] = None,
functions: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentFunctionArgs]]]] = None,
if_case: Optional[pulumi.Input[str]] = None,
k: Optional[pulumi.Input[int]] = None,
knowledge_bases: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentKnowledgeBaseArgs]]]] = None,
max_tokens: Optional[pulumi.Input[int]] = None,
models: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentModelArgs]]]] = None,
open_ai_api_keys: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentOpenAiApiKeyArgs]]]] = None,
retrieval_method: Optional[pulumi.Input[str]] = None,
route_created_by: Optional[pulumi.Input[str]] = None,
route_name: Optional[pulumi.Input[str]] = None,
route_uuid: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
temperature: Optional[pulumi.Input[float]] = None,
templates: Optional[pulumi.Input[Sequence[pulumi.Input[GetGenaiAgentTemplateArgs]]]] = None,
top_p: Optional[pulumi.Input[float]] = None,
url: Optional[pulumi.Input[str]] = None,
user_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGenaiAgentResult]func LookupGenaiAgent(ctx *Context, args *LookupGenaiAgentArgs, opts ...InvokeOption) (*LookupGenaiAgentResult, error)
func LookupGenaiAgentOutput(ctx *Context, args *LookupGenaiAgentOutputArgs, opts ...InvokeOption) LookupGenaiAgentResultOutput> Note: This function is named LookupGenaiAgent in the Go SDK.
public static class GetGenaiAgent
{
public static Task<GetGenaiAgentResult> InvokeAsync(GetGenaiAgentArgs args, InvokeOptions? opts = null)
public static Output<GetGenaiAgentResult> Invoke(GetGenaiAgentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGenaiAgentResult> getGenaiAgent(GetGenaiAgentArgs args, InvokeOptions options)
public static Output<GetGenaiAgentResult> getGenaiAgent(GetGenaiAgentArgs args, InvokeOptions options)
fn::invoke:
function: digitalocean:index/getGenaiAgent:getGenaiAgent
arguments:
# arguments dictionaryThe following arguments are supported:
- Agent
Id string - Agent
Guardrails List<Pulumi.Digital Ocean. Inputs. Get Genai Agent Agent Guardrail> - Anthropic
Api List<Pulumi.Keys Digital Ocean. Inputs. Get Genai Agent Anthropic Api Key> - Api
Key List<Pulumi.Infos Digital Ocean. Inputs. Get Genai Agent Api Key Info> - Api
Keys List<Pulumi.Digital Ocean. Inputs. Get Genai Agent Api Key> - Chatbot
Identifiers List<Pulumi.Digital Ocean. Inputs. Get Genai Agent Chatbot Identifier> - Chatbots
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Chatbot> - Deployments
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Deployment> - Description string
- Functions
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Function> - If
Case string - K int
- Knowledge
Bases List<Pulumi.Digital Ocean. Inputs. Get Genai Agent Knowledge Base> - Max
Tokens int - Models
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Model> - Open
Ai List<Pulumi.Api Keys Digital Ocean. Inputs. Get Genai Agent Open Ai Api Key> - Retrieval
Method string - Route
Created stringBy - Route
Name string - Route
Uuid string - List<string>
- Temperature double
- Templates
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Template> - Top
P double - Url string
- User
Id string
- Agent
Id string - Agent
Guardrails []GetGenai Agent Agent Guardrail - Anthropic
Api []GetKeys Genai Agent Anthropic Api Key - Api
Key []GetInfos Genai Agent Api Key Info - Api
Keys []GetGenai Agent Api Key - Chatbot
Identifiers []GetGenai Agent Chatbot Identifier - Chatbots
[]Get
Genai Agent Chatbot - Deployments
[]Get
Genai Agent Deployment - Description string
- Functions
[]Get
Genai Agent Function - If
Case string - K int
- Knowledge
Bases []GetGenai Agent Knowledge Base - Max
Tokens int - Models
[]Get
Genai Agent Model - Open
Ai []GetApi Keys Genai Agent Open Ai Api Key - Retrieval
Method string - Route
Created stringBy - Route
Name string - Route
Uuid string - []string
- Temperature float64
- Templates
[]Get
Genai Agent Template - Top
P float64 - Url string
- User
Id string
- agent
Id String - agent
Guardrails List<GetGenai Agent Agent Guardrail> - anthropic
Api List<GetKeys Genai Agent Anthropic Api Key> - api
Key List<GetInfos Genai Agent Api Key Info> - api
Keys List<GetGenai Agent Api Key> - chatbot
Identifiers List<GetGenai Agent Chatbot Identifier> - chatbots
List<Get
Genai Agent Chatbot> - deployments
List<Get
Genai Agent Deployment> - description String
- functions
List<Get
Genai Agent Function> - if
Case String - k Integer
- knowledge
Bases List<GetGenai Agent Knowledge Base> - max
Tokens Integer - models
List<Get
Genai Agent Model> - open
Ai List<GetApi Keys Genai Agent Open Ai Api Key> - retrieval
Method String - route
Created StringBy - route
Name String - route
Uuid String - List<String>
- temperature Double
- templates
List<Get
Genai Agent Template> - top
P Double - url String
- user
Id String
- agent
Id string - agent
Guardrails GetGenai Agent Agent Guardrail[] - anthropic
Api GetKeys Genai Agent Anthropic Api Key[] - api
Key GetInfos Genai Agent Api Key Info[] - api
Keys GetGenai Agent Api Key[] - chatbot
Identifiers GetGenai Agent Chatbot Identifier[] - chatbots
Get
Genai Agent Chatbot[] - deployments
Get
Genai Agent Deployment[] - description string
- functions
Get
Genai Agent Function[] - if
Case string - k number
- knowledge
Bases GetGenai Agent Knowledge Base[] - max
Tokens number - models
Get
Genai Agent Model[] - open
Ai GetApi Keys Genai Agent Open Ai Api Key[] - retrieval
Method string - route
Created stringBy - route
Name string - route
Uuid string - string[]
- temperature number
- templates
Get
Genai Agent Template[] - top
P number - url string
- user
Id string
- agent_
id str - agent_
guardrails Sequence[GetGenai Agent Agent Guardrail] - anthropic_
api_ Sequence[Getkeys Genai Agent Anthropic Api Key] - api_
key_ Sequence[Getinfos Genai Agent Api Key Info] - api_
keys Sequence[GetGenai Agent Api Key] - chatbot_
identifiers Sequence[GetGenai Agent Chatbot Identifier] - chatbots
Sequence[Get
Genai Agent Chatbot] - deployments
Sequence[Get
Genai Agent Deployment] - description str
- functions
Sequence[Get
Genai Agent Function] - if_
case str - k int
- knowledge_
bases Sequence[GetGenai Agent Knowledge Base] - max_
tokens int - models
Sequence[Get
Genai Agent Model] - open_
ai_ Sequence[Getapi_ keys Genai Agent Open Ai Api Key] - retrieval_
method str - route_
created_ strby - route_
name str - route_
uuid str - Sequence[str]
- temperature float
- templates
Sequence[Get
Genai Agent Template] - top_
p float - url str
- user_
id str
- agent
Id String - agent
Guardrails List<Property Map> - anthropic
Api List<Property Map>Keys - api
Key List<Property Map>Infos - api
Keys List<Property Map> - chatbot
Identifiers List<Property Map> - chatbots List<Property Map>
- deployments List<Property Map>
- description String
- functions List<Property Map>
- if
Case String - k Number
- knowledge
Bases List<Property Map> - max
Tokens Number - models List<Property Map>
- open
Ai List<Property Map>Api Keys - retrieval
Method String - route
Created StringBy - route
Name String - route
Uuid String - List<String>
- temperature Number
- templates List<Property Map>
- top
P Number - url String
- user
Id String
getGenaiAgent Result
The following output properties are available:
- Agent
Id string - Child
Agents List<Pulumi.Digital Ocean. Outputs. Get Genai Agent Child Agent> - Created
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Instruction string
- Model
Uuid string - Models
List<Pulumi.
Digital Ocean. Outputs. Get Genai Agent Model> - Name string
- Parent
Agents List<Pulumi.Digital Ocean. Outputs. Get Genai Agent Parent Agent> - Project
Id string - Region string
- Route
Created stringAt - Updated
At string - Agent
Guardrails List<Pulumi.Digital Ocean. Outputs. Get Genai Agent Agent Guardrail> - Anthropic
Api List<Pulumi.Keys Digital Ocean. Outputs. Get Genai Agent Anthropic Api Key> - Api
Key List<Pulumi.Infos Digital Ocean. Outputs. Get Genai Agent Api Key Info> - Api
Keys List<Pulumi.Digital Ocean. Outputs. Get Genai Agent Api Key> - Chatbot
Identifiers List<Pulumi.Digital Ocean. Outputs. Get Genai Agent Chatbot Identifier> - Chatbots
List<Pulumi.
Digital Ocean. Outputs. Get Genai Agent Chatbot> - Deployments
List<Pulumi.
Digital Ocean. Outputs. Get Genai Agent Deployment> - Description string
- Functions
List<Pulumi.
Digital Ocean. Outputs. Get Genai Agent Function> - If
Case string - K int
- Knowledge
Bases List<Pulumi.Digital Ocean. Outputs. Get Genai Agent Knowledge Base> - Max
Tokens int - Open
Ai List<Pulumi.Api Keys Digital Ocean. Outputs. Get Genai Agent Open Ai Api Key> - Retrieval
Method string - Route
Created stringBy - Route
Name string - Route
Uuid string - List<string>
- Temperature double
- Templates
List<Pulumi.
Digital Ocean. Outputs. Get Genai Agent Template> - Top
P double - Url string
- User
Id string
- Agent
Id string - Child
Agents []GetGenai Agent Child Agent - Created
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Instruction string
- Model
Uuid string - Models
[]Get
Genai Agent Model - Name string
- Parent
Agents []GetGenai Agent Parent Agent - Project
Id string - Region string
- Route
Created stringAt - Updated
At string - Agent
Guardrails []GetGenai Agent Agent Guardrail - Anthropic
Api []GetKeys Genai Agent Anthropic Api Key - Api
Key []GetInfos Genai Agent Api Key Info - Api
Keys []GetGenai Agent Api Key - Chatbot
Identifiers []GetGenai Agent Chatbot Identifier - Chatbots
[]Get
Genai Agent Chatbot - Deployments
[]Get
Genai Agent Deployment - Description string
- Functions
[]Get
Genai Agent Function - If
Case string - K int
- Knowledge
Bases []GetGenai Agent Knowledge Base - Max
Tokens int - Open
Ai []GetApi Keys Genai Agent Open Ai Api Key - Retrieval
Method string - Route
Created stringBy - Route
Name string - Route
Uuid string - []string
- Temperature float64
- Templates
[]Get
Genai Agent Template - Top
P float64 - Url string
- User
Id string
- agent
Id String - child
Agents List<GetGenai Agent Child Agent> - created
At String - id String
- The provider-assigned unique ID for this managed resource.
- instruction String
- model
Uuid String - models
List<Get
Genai Agent Model> - name String
- parent
Agents List<GetGenai Agent Parent Agent> - project
Id String - region String
- route
Created StringAt - updated
At String - agent
Guardrails List<GetGenai Agent Agent Guardrail> - anthropic
Api List<GetKeys Genai Agent Anthropic Api Key> - api
Key List<GetInfos Genai Agent Api Key Info> - api
Keys List<GetGenai Agent Api Key> - chatbot
Identifiers List<GetGenai Agent Chatbot Identifier> - chatbots
List<Get
Genai Agent Chatbot> - deployments
List<Get
Genai Agent Deployment> - description String
- functions
List<Get
Genai Agent Function> - if
Case String - k Integer
- knowledge
Bases List<GetGenai Agent Knowledge Base> - max
Tokens Integer - open
Ai List<GetApi Keys Genai Agent Open Ai Api Key> - retrieval
Method String - route
Created StringBy - route
Name String - route
Uuid String - List<String>
- temperature Double
- templates
List<Get
Genai Agent Template> - top
P Double - url String
- user
Id String
- agent
Id string - child
Agents GetGenai Agent Child Agent[] - created
At string - id string
- The provider-assigned unique ID for this managed resource.
- instruction string
- model
Uuid string - models
Get
Genai Agent Model[] - name string
- parent
Agents GetGenai Agent Parent Agent[] - project
Id string - region string
- route
Created stringAt - updated
At string - agent
Guardrails GetGenai Agent Agent Guardrail[] - anthropic
Api GetKeys Genai Agent Anthropic Api Key[] - api
Key GetInfos Genai Agent Api Key Info[] - api
Keys GetGenai Agent Api Key[] - chatbot
Identifiers GetGenai Agent Chatbot Identifier[] - chatbots
Get
Genai Agent Chatbot[] - deployments
Get
Genai Agent Deployment[] - description string
- functions
Get
Genai Agent Function[] - if
Case string - k number
- knowledge
Bases GetGenai Agent Knowledge Base[] - max
Tokens number - open
Ai GetApi Keys Genai Agent Open Ai Api Key[] - retrieval
Method string - route
Created stringBy - route
Name string - route
Uuid string - string[]
- temperature number
- templates
Get
Genai Agent Template[] - top
P number - url string
- user
Id string
- agent_
id str - child_
agents Sequence[GetGenai Agent Child Agent] - created_
at str - id str
- The provider-assigned unique ID for this managed resource.
- instruction str
- model_
uuid str - models
Sequence[Get
Genai Agent Model] - name str
- parent_
agents Sequence[GetGenai Agent Parent Agent] - project_
id str - region str
- route_
created_ strat - updated_
at str - agent_
guardrails Sequence[GetGenai Agent Agent Guardrail] - anthropic_
api_ Sequence[Getkeys Genai Agent Anthropic Api Key] - api_
key_ Sequence[Getinfos Genai Agent Api Key Info] - api_
keys Sequence[GetGenai Agent Api Key] - chatbot_
identifiers Sequence[GetGenai Agent Chatbot Identifier] - chatbots
Sequence[Get
Genai Agent Chatbot] - deployments
Sequence[Get
Genai Agent Deployment] - description str
- functions
Sequence[Get
Genai Agent Function] - if_
case str - k int
- knowledge_
bases Sequence[GetGenai Agent Knowledge Base] - max_
tokens int - open_
ai_ Sequence[Getapi_ keys Genai Agent Open Ai Api Key] - retrieval_
method str - route_
created_ strby - route_
name str - route_
uuid str - Sequence[str]
- temperature float
- templates
Sequence[Get
Genai Agent Template] - top_
p float - url str
- user_
id str
- agent
Id String - child
Agents List<Property Map> - created
At String - id String
- The provider-assigned unique ID for this managed resource.
- instruction String
- model
Uuid String - models List<Property Map>
- name String
- parent
Agents List<Property Map> - project
Id String - region String
- route
Created StringAt - updated
At String - agent
Guardrails List<Property Map> - anthropic
Api List<Property Map>Keys - api
Key List<Property Map>Infos - api
Keys List<Property Map> - chatbot
Identifiers List<Property Map> - chatbots List<Property Map>
- deployments List<Property Map>
- description String
- functions List<Property Map>
- if
Case String - k Number
- knowledge
Bases List<Property Map> - max
Tokens Number - open
Ai List<Property Map>Api Keys - retrieval
Method String - route
Created StringBy - route
Name String - route
Uuid String - List<String>
- temperature Number
- templates List<Property Map>
- top
P Number - url String
- user
Id String
Supporting Types
GetGenaiAgentAgentGuardrail
- Created
At string - Created At timestamp for the Guardrail
- Is
Attached bool - Indicates if the Guardrail is attached
- Updated
At string - Updated At timestamp for the Guardrail
- Agent
Uuid string - Agent UUID for the Guardrail
- Default
Response string - Default response for the Guardrail
- Description string
- Description of the Guardrail
- Guardrail
Uuid string - Guardrail UUID
- Is
Default bool - Indicates if the Guardrail is default
- Name string
- Name of Guardrail
- Priority int
- Priority of the Guardrail
- Type string
- Type of the Guardrail
- Uuid string
- Guardrail UUID
- Created
At string - Created At timestamp for the Guardrail
- Is
Attached bool - Indicates if the Guardrail is attached
- Updated
At string - Updated At timestamp for the Guardrail
- Agent
Uuid string - Agent UUID for the Guardrail
- Default
Response string - Default response for the Guardrail
- Description string
- Description of the Guardrail
- Guardrail
Uuid string - Guardrail UUID
- Is
Default bool - Indicates if the Guardrail is default
- Name string
- Name of Guardrail
- Priority int
- Priority of the Guardrail
- Type string
- Type of the Guardrail
- Uuid string
- Guardrail UUID
- created
At String - Created At timestamp for the Guardrail
- is
Attached Boolean - Indicates if the Guardrail is attached
- updated
At String - Updated At timestamp for the Guardrail
- agent
Uuid String - Agent UUID for the Guardrail
- default
Response String - Default response for the Guardrail
- description String
- Description of the Guardrail
- guardrail
Uuid String - Guardrail UUID
- is
Default Boolean - Indicates if the Guardrail is default
- name String
- Name of Guardrail
- priority Integer
- Priority of the Guardrail
- type String
- Type of the Guardrail
- uuid String
- Guardrail UUID
- created
At string - Created At timestamp for the Guardrail
- is
Attached boolean - Indicates if the Guardrail is attached
- updated
At string - Updated At timestamp for the Guardrail
- agent
Uuid string - Agent UUID for the Guardrail
- default
Response string - Default response for the Guardrail
- description string
- Description of the Guardrail
- guardrail
Uuid string - Guardrail UUID
- is
Default boolean - Indicates if the Guardrail is default
- name string
- Name of Guardrail
- priority number
- Priority of the Guardrail
- type string
- Type of the Guardrail
- uuid string
- Guardrail UUID
- created_
at str - Created At timestamp for the Guardrail
- is_
attached bool - Indicates if the Guardrail is attached
- updated_
at str - Updated At timestamp for the Guardrail
- agent_
uuid str - Agent UUID for the Guardrail
- default_
response str - Default response for the Guardrail
- description str
- Description of the Guardrail
- guardrail_
uuid str - Guardrail UUID
- is_
default bool - Indicates if the Guardrail is default
- name str
- Name of Guardrail
- priority int
- Priority of the Guardrail
- type str
- Type of the Guardrail
- uuid str
- Guardrail UUID
- created
At String - Created At timestamp for the Guardrail
- is
Attached Boolean - Indicates if the Guardrail is attached
- updated
At String - Updated At timestamp for the Guardrail
- agent
Uuid String - Agent UUID for the Guardrail
- default
Response String - Default response for the Guardrail
- description String
- Description of the Guardrail
- guardrail
Uuid String - Guardrail UUID
- is
Default Boolean - Indicates if the Guardrail is default
- name String
- Name of Guardrail
- priority Number
- Priority of the Guardrail
- type String
- Type of the Guardrail
- uuid String
- Guardrail UUID
GetGenaiAgentAnthropicApiKey
- created_
at str - Timestamp when the API Key was created
- deleted_
at str - Deleted At timestamp for the API Key
- updated_
at str - Updated At timestamp for the API Key
- created_
by str - Created By user ID for the API Key
- name str
- Name of the API Key
- uuid str
- API Key value
GetGenaiAgentApiKey
- Api
Key string - API Key value
- Api
Key string - API Key value
- api
Key String - API Key value
- api
Key string - API Key value
- api_
key str - API Key value
- api
Key String - API Key value
GetGenaiAgentApiKeyInfo
- created_
at str - API Key value
- deleted_
at str - Deleted At timestamp for the API Key
- created_
by str - Created By user ID for the API Key
- name str
- Name of the API Key
- secret_
key str - Updated At timestamp for the API Key
- uuid str
- API Key value
GetGenaiAgentChatbot
- string
- Background color for the chatbot button
- Logo string
- Logo for the chatbot
- Name string
- Name of the chatbot
- Primary
Color string - Primary color for the chatbot
- Secondary
Color string - Secondary color for the chatbot
- Starting
Message string - Starting message for the chatbot
- string
- Background color for the chatbot button
- Logo string
- Logo for the chatbot
- Name string
- Name of the chatbot
- Primary
Color string - Primary color for the chatbot
- Secondary
Color string - Secondary color for the chatbot
- Starting
Message string - Starting message for the chatbot
- String
- Background color for the chatbot button
- logo String
- Logo for the chatbot
- name String
- Name of the chatbot
- primary
Color String - Primary color for the chatbot
- secondary
Color String - Secondary color for the chatbot
- starting
Message String - Starting message for the chatbot
- string
- Background color for the chatbot button
- logo string
- Logo for the chatbot
- name string
- Name of the chatbot
- primary
Color string - Primary color for the chatbot
- secondary
Color string - Secondary color for the chatbot
- starting
Message string - Starting message for the chatbot
- str
- Background color for the chatbot button
- logo str
- Logo for the chatbot
- name str
- Name of the chatbot
- primary_
color str - Primary color for the chatbot
- secondary_
color str - Secondary color for the chatbot
- starting_
message str - Starting message for the chatbot
- String
- Background color for the chatbot button
- logo String
- Logo for the chatbot
- name String
- Name of the chatbot
- primary
Color String - Primary color for the chatbot
- secondary
Color String - Secondary color for the chatbot
- starting
Message String - Starting message for the chatbot
GetGenaiAgentChatbotIdentifier
- Chatbot
Id string - Chatbot ID
- Chatbot
Id string - Chatbot ID
- chatbot
Id String - Chatbot ID
- chatbot
Id string - Chatbot ID
- chatbot_
id str - Chatbot ID
- chatbot
Id String - Chatbot ID
GetGenaiAgentChildAgent
- Agent
Id string - ID of the child agent
- Instruction string
- Instruction for the Agent
- Model
Uuid string - Model UUID of the Agent
- Name string
- Name of the Agent
- Project
Id string - Project ID of the Agent
- Region string
- Region where the Agent is deployed
- Anthropic
Api List<Pulumi.Keys Digital Ocean. Inputs. Get Genai Agent Child Agent Anthropic Api Key> - Anthropic API Key information
- Api
Key List<Pulumi.Infos Digital Ocean. Inputs. Get Genai Agent Child Agent Api Key Info> - List of API Key Infos
- Api
Keys List<Pulumi.Digital Ocean. Inputs. Get Genai Agent Child Agent Api Key> - List of API Keys
- Chatbot
Identifiers List<Pulumi.Digital Ocean. Inputs. Get Genai Agent Child Agent Chatbot Identifier> - List of Chatbot Identifiers
- Chatbots
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Child Agent Chatbot> - ChatBot configuration
- Deployments
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Child Agent Deployment> - List of API Key Infos
- Description string
- Description for the Agent
- Agent
Id string - ID of the child agent
- Instruction string
- Instruction for the Agent
- Model
Uuid string - Model UUID of the Agent
- Name string
- Name of the Agent
- Project
Id string - Project ID of the Agent
- Region string
- Region where the Agent is deployed
- Anthropic
Api []GetKeys Genai Agent Child Agent Anthropic Api Key - Anthropic API Key information
- Api
Key []GetInfos Genai Agent Child Agent Api Key Info - List of API Key Infos
- Api
Keys []GetGenai Agent Child Agent Api Key - List of API Keys
- Chatbot
Identifiers []GetGenai Agent Child Agent Chatbot Identifier - List of Chatbot Identifiers
- Chatbots
[]Get
Genai Agent Child Agent Chatbot - ChatBot configuration
- Deployments
[]Get
Genai Agent Child Agent Deployment - List of API Key Infos
- Description string
- Description for the Agent
- agent
Id String - ID of the child agent
- instruction String
- Instruction for the Agent
- model
Uuid String - Model UUID of the Agent
- name String
- Name of the Agent
- project
Id String - Project ID of the Agent
- region String
- Region where the Agent is deployed
- anthropic
Api List<GetKeys Genai Agent Child Agent Anthropic Api Key> - Anthropic API Key information
- api
Key List<GetInfos Genai Agent Child Agent Api Key Info> - List of API Key Infos
- api
Keys List<GetGenai Agent Child Agent Api Key> - List of API Keys
- chatbot
Identifiers List<GetGenai Agent Child Agent Chatbot Identifier> - List of Chatbot Identifiers
- chatbots
List<Get
Genai Agent Child Agent Chatbot> - ChatBot configuration
- deployments
List<Get
Genai Agent Child Agent Deployment> - List of API Key Infos
- description String
- Description for the Agent
- agent
Id string - ID of the child agent
- instruction string
- Instruction for the Agent
- model
Uuid string - Model UUID of the Agent
- name string
- Name of the Agent
- project
Id string - Project ID of the Agent
- region string
- Region where the Agent is deployed
- anthropic
Api GetKeys Genai Agent Child Agent Anthropic Api Key[] - Anthropic API Key information
- api
Key GetInfos Genai Agent Child Agent Api Key Info[] - List of API Key Infos
- api
Keys GetGenai Agent Child Agent Api Key[] - List of API Keys
- chatbot
Identifiers GetGenai Agent Child Agent Chatbot Identifier[] - List of Chatbot Identifiers
- chatbots
Get
Genai Agent Child Agent Chatbot[] - ChatBot configuration
- deployments
Get
Genai Agent Child Agent Deployment[] - List of API Key Infos
- description string
- Description for the Agent
- agent_
id str - ID of the child agent
- instruction str
- Instruction for the Agent
- model_
uuid str - Model UUID of the Agent
- name str
- Name of the Agent
- project_
id str - Project ID of the Agent
- region str
- Region where the Agent is deployed
- anthropic_
api_ Sequence[Getkeys Genai Agent Child Agent Anthropic Api Key] - Anthropic API Key information
- api_
key_ Sequence[Getinfos Genai Agent Child Agent Api Key Info] - List of API Key Infos
- api_
keys Sequence[GetGenai Agent Child Agent Api Key] - List of API Keys
- chatbot_
identifiers Sequence[GetGenai Agent Child Agent Chatbot Identifier] - List of Chatbot Identifiers
- chatbots
Sequence[Get
Genai Agent Child Agent Chatbot] - ChatBot configuration
- deployments
Sequence[Get
Genai Agent Child Agent Deployment] - List of API Key Infos
- description str
- Description for the Agent
- agent
Id String - ID of the child agent
- instruction String
- Instruction for the Agent
- model
Uuid String - Model UUID of the Agent
- name String
- Name of the Agent
- project
Id String - Project ID of the Agent
- region String
- Region where the Agent is deployed
- anthropic
Api List<Property Map>Keys - Anthropic API Key information
- api
Key List<Property Map>Infos - List of API Key Infos
- api
Keys List<Property Map> - List of API Keys
- chatbot
Identifiers List<Property Map> - List of Chatbot Identifiers
- chatbots List<Property Map>
- ChatBot configuration
- deployments List<Property Map>
- List of API Key Infos
- description String
- Description for the Agent
GetGenaiAgentChildAgentAnthropicApiKey
- created_
at str - Timestamp when the API Key was created
- deleted_
at str - Deleted At timestamp for the API Key
- updated_
at str - Updated At timestamp for the API Key
- created_
by str - Created By user ID for the API Key
- name str
- Name of the API Key
- uuid str
- API Key value
GetGenaiAgentChildAgentApiKey
- Api
Key string - API Key value
- Api
Key string - API Key value
- api
Key String - API Key value
- api
Key string - API Key value
- api_
key str - API Key value
- api
Key String - API Key value
GetGenaiAgentChildAgentApiKeyInfo
- created_
at str - API Key value
- deleted_
at str - Deleted At timestamp for the API Key
- created_
by str - Created By user ID for the API Key
- name str
- Name of the API Key
- secret_
key str - Updated At timestamp for the API Key
- uuid str
- API Key value
GetGenaiAgentChildAgentChatbot
- string
- Background color for the chatbot button
- Logo string
- Logo for the chatbot
- Name string
- Name of the chatbot
- Primary
Color string - Primary color for the chatbot
- Secondary
Color string - Secondary color for the chatbot
- Starting
Message string - Starting message for the chatbot
- string
- Background color for the chatbot button
- Logo string
- Logo for the chatbot
- Name string
- Name of the chatbot
- Primary
Color string - Primary color for the chatbot
- Secondary
Color string - Secondary color for the chatbot
- Starting
Message string - Starting message for the chatbot
- String
- Background color for the chatbot button
- logo String
- Logo for the chatbot
- name String
- Name of the chatbot
- primary
Color String - Primary color for the chatbot
- secondary
Color String - Secondary color for the chatbot
- starting
Message String - Starting message for the chatbot
- string
- Background color for the chatbot button
- logo string
- Logo for the chatbot
- name string
- Name of the chatbot
- primary
Color string - Primary color for the chatbot
- secondary
Color string - Secondary color for the chatbot
- starting
Message string - Starting message for the chatbot
- str
- Background color for the chatbot button
- logo str
- Logo for the chatbot
- name str
- Name of the chatbot
- primary_
color str - Primary color for the chatbot
- secondary_
color str - Secondary color for the chatbot
- starting_
message str - Starting message for the chatbot
- String
- Background color for the chatbot button
- logo String
- Logo for the chatbot
- name String
- Name of the chatbot
- primary
Color String - Primary color for the chatbot
- secondary
Color String - Secondary color for the chatbot
- starting
Message String - Starting message for the chatbot
GetGenaiAgentChildAgentChatbotIdentifier
- Chatbot
Id string
- Chatbot
Id string
- chatbot
Id String
- chatbot
Id string
- chatbot_
id str
- chatbot
Id String
GetGenaiAgentChildAgentDeployment
- created_
at str - API Key value
- updated_
at str - Updated At timestamp for the Agent
- name str
- Name of the API Key
- status str
- Status of the Deployment
- url str
- Url of the Deployment
- uuid str
- API Key value
- visibility str
- Visibility of the Deployment
GetGenaiAgentDeployment
- created_
at str - API Key value
- updated_
at str - Updated At timestamp for the Agent
- name str
- Name of the API Key
- status str
- Status of the Deployment
- url str
- Url of the Deployment
- uuid str
- API Key value
- visibility str
- Visibility of the Deployment
GetGenaiAgentFunction
- Created
At string - Created At timestamp for the Function
- Updated
At string - Updated At timestamp for the Agent
- Api
Key string - API Key value
- Description string
- Description of the Function
- Faasname string
- Name of function
- Faasnamespace string
- Namespace of function
- Guardrail
Uuid string - Guardrail UUID for the Function
- Name string
- Name of function
- Url string
- Url of the Deployment
- Uuid string
- API Key value
- Created
At string - Created At timestamp for the Function
- Updated
At string - Updated At timestamp for the Agent
- Api
Key string - API Key value
- Description string
- Description of the Function
- Faasname string
- Name of function
- Faasnamespace string
- Namespace of function
- Guardrail
Uuid string - Guardrail UUID for the Function
- Name string
- Name of function
- Url string
- Url of the Deployment
- Uuid string
- API Key value
- created
At String - Created At timestamp for the Function
- updated
At String - Updated At timestamp for the Agent
- api
Key String - API Key value
- description String
- Description of the Function
- faasname String
- Name of function
- faasnamespace String
- Namespace of function
- guardrail
Uuid String - Guardrail UUID for the Function
- name String
- Name of function
- url String
- Url of the Deployment
- uuid String
- API Key value
- created
At string - Created At timestamp for the Function
- updated
At string - Updated At timestamp for the Agent
- api
Key string - API Key value
- description string
- Description of the Function
- faasname string
- Name of function
- faasnamespace string
- Namespace of function
- guardrail
Uuid string - Guardrail UUID for the Function
- name string
- Name of function
- url string
- Url of the Deployment
- uuid string
- API Key value
- created_
at str - Created At timestamp for the Function
- updated_
at str - Updated At timestamp for the Agent
- api_
key str - API Key value
- description str
- Description of the Function
- faasname str
- Name of function
- faasnamespace str
- Namespace of function
- guardrail_
uuid str - Guardrail UUID for the Function
- name str
- Name of function
- url str
- Url of the Deployment
- uuid str
- API Key value
- created
At String - Created At timestamp for the Function
- updated
At String - Updated At timestamp for the Agent
- api
Key String - API Key value
- description String
- Description of the Function
- faasname String
- Name of function
- faasnamespace String
- Namespace of function
- guardrail
Uuid String - Guardrail UUID for the Function
- name String
- Name of function
- url String
- Url of the Deployment
- uuid String
- API Key value
GetGenaiAgentKnowledgeBase
- Added
To stringAgent At - Timestamp when the Knowledge Base was added to the Agent
- Created
At string - Created At timestamp for the Knowledge Base
- Updated
At string - Timestamp when the Knowledge Base was updated
- Uuid string
- UUID of the Knowledge Base
- Database
Id string - Database ID of the Knowledge Base
- Embedding
Model stringUuid - Embedding model UUID for the Knowledge Base
- Is
Public bool - Indicates if the Knowledge Base is public
- Last
Indexing List<Pulumi.Jobs Digital Ocean. Inputs. Get Genai Agent Knowledge Base Last Indexing Job> - Last indexing job for the Knowledge Base
- Name string
- Name of the Knowledge Base
- Project
Id string - Project ID of the Knowledge Base
- Region string
- Region of the Knowledge Base
- List<string>
- List of tags
- User
Id string - User ID of the Knowledge Base
- Added
To stringAgent At - Timestamp when the Knowledge Base was added to the Agent
- Created
At string - Created At timestamp for the Knowledge Base
- Updated
At string - Timestamp when the Knowledge Base was updated
- Uuid string
- UUID of the Knowledge Base
- Database
Id string - Database ID of the Knowledge Base
- Embedding
Model stringUuid - Embedding model UUID for the Knowledge Base
- Is
Public bool - Indicates if the Knowledge Base is public
- Last
Indexing []GetJobs Genai Agent Knowledge Base Last Indexing Job - Last indexing job for the Knowledge Base
- Name string
- Name of the Knowledge Base
- Project
Id string - Project ID of the Knowledge Base
- Region string
- Region of the Knowledge Base
- []string
- List of tags
- User
Id string - User ID of the Knowledge Base
- added
To StringAgent At - Timestamp when the Knowledge Base was added to the Agent
- created
At String - Created At timestamp for the Knowledge Base
- updated
At String - Timestamp when the Knowledge Base was updated
- uuid String
- UUID of the Knowledge Base
- database
Id String - Database ID of the Knowledge Base
- embedding
Model StringUuid - Embedding model UUID for the Knowledge Base
- is
Public Boolean - Indicates if the Knowledge Base is public
- last
Indexing List<GetJobs Genai Agent Knowledge Base Last Indexing Job> - Last indexing job for the Knowledge Base
- name String
- Name of the Knowledge Base
- project
Id String - Project ID of the Knowledge Base
- region String
- Region of the Knowledge Base
- List<String>
- List of tags
- user
Id String - User ID of the Knowledge Base
- added
To stringAgent At - Timestamp when the Knowledge Base was added to the Agent
- created
At string - Created At timestamp for the Knowledge Base
- updated
At string - Timestamp when the Knowledge Base was updated
- uuid string
- UUID of the Knowledge Base
- database
Id string - Database ID of the Knowledge Base
- embedding
Model stringUuid - Embedding model UUID for the Knowledge Base
- is
Public boolean - Indicates if the Knowledge Base is public
- last
Indexing GetJobs Genai Agent Knowledge Base Last Indexing Job[] - Last indexing job for the Knowledge Base
- name string
- Name of the Knowledge Base
- project
Id string - Project ID of the Knowledge Base
- region string
- Region of the Knowledge Base
- string[]
- List of tags
- user
Id string - User ID of the Knowledge Base
- added_
to_ stragent_ at - Timestamp when the Knowledge Base was added to the Agent
- created_
at str - Created At timestamp for the Knowledge Base
- updated_
at str - Timestamp when the Knowledge Base was updated
- uuid str
- UUID of the Knowledge Base
- database_
id str - Database ID of the Knowledge Base
- embedding_
model_ struuid - Embedding model UUID for the Knowledge Base
- is_
public bool - Indicates if the Knowledge Base is public
- last_
indexing_ Sequence[Getjobs Genai Agent Knowledge Base Last Indexing Job] - Last indexing job for the Knowledge Base
- name str
- Name of the Knowledge Base
- project_
id str - Project ID of the Knowledge Base
- region str
- Region of the Knowledge Base
- Sequence[str]
- List of tags
- user_
id str - User ID of the Knowledge Base
- added
To StringAgent At - Timestamp when the Knowledge Base was added to the Agent
- created
At String - Created At timestamp for the Knowledge Base
- updated
At String - Timestamp when the Knowledge Base was updated
- uuid String
- UUID of the Knowledge Base
- database
Id String - Database ID of the Knowledge Base
- embedding
Model StringUuid - Embedding model UUID for the Knowledge Base
- is
Public Boolean - Indicates if the Knowledge Base is public
- last
Indexing List<Property Map>Jobs - Last indexing job for the Knowledge Base
- name String
- Name of the Knowledge Base
- project
Id String - Project ID of the Knowledge Base
- region String
- Region of the Knowledge Base
- List<String>
- List of tags
- user
Id String - User ID of the Knowledge Base
GetGenaiAgentKnowledgeBaseLastIndexingJob
- Created
At string - Created At timestamp for the last indexing job
- Finished
At string - Timestamp when the last indexing job finished
- Knowledge
Base stringUuid - UUID of the Knowledge Base for the last indexing job
- Started
At string - Timestamp when the last indexing job started
- Updated
At string - Timestamp when the last indexing job updated
- Completed
Datasources int - Number of completed datasources in the last indexing job
- Data
Source List<string>Uuids - Datasource UUIDs for the last indexing job
- Phase string
- Phase of the last indexing job
- Tokens int
- Number of tokens processed in the last indexing job
- Total
Datasources int - Total number of datasources in the last indexing job
- Uuid string
- UUID of the last indexing job
- Created
At string - Created At timestamp for the last indexing job
- Finished
At string - Timestamp when the last indexing job finished
- Knowledge
Base stringUuid - UUID of the Knowledge Base for the last indexing job
- Started
At string - Timestamp when the last indexing job started
- Updated
At string - Timestamp when the last indexing job updated
- Completed
Datasources int - Number of completed datasources in the last indexing job
- Data
Source []stringUuids - Datasource UUIDs for the last indexing job
- Phase string
- Phase of the last indexing job
- Tokens int
- Number of tokens processed in the last indexing job
- Total
Datasources int - Total number of datasources in the last indexing job
- Uuid string
- UUID of the last indexing job
- created
At String - Created At timestamp for the last indexing job
- finished
At String - Timestamp when the last indexing job finished
- knowledge
Base StringUuid - UUID of the Knowledge Base for the last indexing job
- started
At String - Timestamp when the last indexing job started
- updated
At String - Timestamp when the last indexing job updated
- completed
Datasources Integer - Number of completed datasources in the last indexing job
- data
Source List<String>Uuids - Datasource UUIDs for the last indexing job
- phase String
- Phase of the last indexing job
- tokens Integer
- Number of tokens processed in the last indexing job
- total
Datasources Integer - Total number of datasources in the last indexing job
- uuid String
- UUID of the last indexing job
- created
At string - Created At timestamp for the last indexing job
- finished
At string - Timestamp when the last indexing job finished
- knowledge
Base stringUuid - UUID of the Knowledge Base for the last indexing job
- started
At string - Timestamp when the last indexing job started
- updated
At string - Timestamp when the last indexing job updated
- completed
Datasources number - Number of completed datasources in the last indexing job
- data
Source string[]Uuids - Datasource UUIDs for the last indexing job
- phase string
- Phase of the last indexing job
- tokens number
- Number of tokens processed in the last indexing job
- total
Datasources number - Total number of datasources in the last indexing job
- uuid string
- UUID of the last indexing job
- created_
at str - Created At timestamp for the last indexing job
- finished_
at str - Timestamp when the last indexing job finished
- knowledge_
base_ struuid - UUID of the Knowledge Base for the last indexing job
- started_
at str - Timestamp when the last indexing job started
- updated_
at str - Timestamp when the last indexing job updated
- completed_
datasources int - Number of completed datasources in the last indexing job
- data_
source_ Sequence[str]uuids - Datasource UUIDs for the last indexing job
- phase str
- Phase of the last indexing job
- tokens int
- Number of tokens processed in the last indexing job
- total_
datasources int - Total number of datasources in the last indexing job
- uuid str
- UUID of the last indexing job
- created
At String - Created At timestamp for the last indexing job
- finished
At String - Timestamp when the last indexing job finished
- knowledge
Base StringUuid - UUID of the Knowledge Base for the last indexing job
- started
At String - Timestamp when the last indexing job started
- updated
At String - Timestamp when the last indexing job updated
- completed
Datasources Number - Number of completed datasources in the last indexing job
- data
Source List<String>Uuids - Datasource UUIDs for the last indexing job
- phase String
- Phase of the last indexing job
- tokens Number
- Number of tokens processed in the last indexing job
- total
Datasources Number - Total number of datasources in the last indexing job
- uuid String
- UUID of the last indexing job
GetGenaiAgentModel
- Created
At string - Created At timestamp for the Knowledge Base
- Updated
At string - Timestamp when the Knowledge Base was updated
- Agreements
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Model Agreement> - Agreement information for the model
- Inference
Name string - Inference name of the model
- Inference
Version string - Infernce version of the model
- Is
Foundational bool - Indicates if the Model Base is foundational
- Name string
- Name of the Knowledge Base
- Parent
Uuid string - Parent UUID of the Model
- Provider string
- Provider of the Model
- Upload
Complete bool - Indicates if the Model upload is complete
- Url string
- URL of the Model
- Usecases List<string>
- List of Usecases for the Model
- Versions
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Model Version> - URL of the Model
- Created
At string - Created At timestamp for the Knowledge Base
- Updated
At string - Timestamp when the Knowledge Base was updated
- Agreements
[]Get
Genai Agent Model Agreement - Agreement information for the model
- Inference
Name string - Inference name of the model
- Inference
Version string - Infernce version of the model
- Is
Foundational bool - Indicates if the Model Base is foundational
- Name string
- Name of the Knowledge Base
- Parent
Uuid string - Parent UUID of the Model
- Provider string
- Provider of the Model
- Upload
Complete bool - Indicates if the Model upload is complete
- Url string
- URL of the Model
- Usecases []string
- List of Usecases for the Model
- Versions
[]Get
Genai Agent Model Version - URL of the Model
- created
At String - Created At timestamp for the Knowledge Base
- updated
At String - Timestamp when the Knowledge Base was updated
- agreements
List<Get
Genai Agent Model Agreement> - Agreement information for the model
- inference
Name String - Inference name of the model
- inference
Version String - Infernce version of the model
- is
Foundational Boolean - Indicates if the Model Base is foundational
- name String
- Name of the Knowledge Base
- parent
Uuid String - Parent UUID of the Model
- provider String
- Provider of the Model
- upload
Complete Boolean - Indicates if the Model upload is complete
- url String
- URL of the Model
- usecases List<String>
- List of Usecases for the Model
- versions
List<Get
Genai Agent Model Version> - URL of the Model
- created
At string - Created At timestamp for the Knowledge Base
- updated
At string - Timestamp when the Knowledge Base was updated
- agreements
Get
Genai Agent Model Agreement[] - Agreement information for the model
- inference
Name string - Inference name of the model
- inference
Version string - Infernce version of the model
- is
Foundational boolean - Indicates if the Model Base is foundational
- name string
- Name of the Knowledge Base
- parent
Uuid string - Parent UUID of the Model
- provider string
- Provider of the Model
- upload
Complete boolean - Indicates if the Model upload is complete
- url string
- URL of the Model
- usecases string[]
- List of Usecases for the Model
- versions
Get
Genai Agent Model Version[] - URL of the Model
- created_
at str - Created At timestamp for the Knowledge Base
- updated_
at str - Timestamp when the Knowledge Base was updated
- agreements
Sequence[Get
Genai Agent Model Agreement] - Agreement information for the model
- inference_
name str - Inference name of the model
- inference_
version str - Infernce version of the model
- is_
foundational bool - Indicates if the Model Base is foundational
- name str
- Name of the Knowledge Base
- parent_
uuid str - Parent UUID of the Model
- provider str
- Provider of the Model
- upload_
complete bool - Indicates if the Model upload is complete
- url str
- URL of the Model
- usecases Sequence[str]
- List of Usecases for the Model
- versions
Sequence[Get
Genai Agent Model Version] - URL of the Model
- created
At String - Created At timestamp for the Knowledge Base
- updated
At String - Timestamp when the Knowledge Base was updated
- agreements List<Property Map>
- Agreement information for the model
- inference
Name String - Inference name of the model
- inference
Version String - Infernce version of the model
- is
Foundational Boolean - Indicates if the Model Base is foundational
- name String
- Name of the Knowledge Base
- parent
Uuid String - Parent UUID of the Model
- provider String
- Provider of the Model
- upload
Complete Boolean - Indicates if the Model upload is complete
- url String
- URL of the Model
- usecases List<String>
- List of Usecases for the Model
- versions List<Property Map>
- URL of the Model
GetGenaiAgentModelAgreement
- Description string
- Description of the agreement
- Name string
- Name of the agreement
- Url string
- URL of the agreement
- Uuid string
- UUID of the agreement
- Description string
- Description of the agreement
- Name string
- Name of the agreement
- Url string
- URL of the agreement
- Uuid string
- UUID of the agreement
- description String
- Description of the agreement
- name String
- Name of the agreement
- url String
- URL of the agreement
- uuid String
- UUID of the agreement
- description string
- Description of the agreement
- name string
- Name of the agreement
- url string
- URL of the agreement
- uuid string
- UUID of the agreement
- description str
- Description of the agreement
- name str
- Name of the agreement
- url str
- URL of the agreement
- uuid str
- UUID of the agreement
- description String
- Description of the agreement
- name String
- Name of the agreement
- url String
- URL of the agreement
- uuid String
- UUID of the agreement
GetGenaiAgentModelVersion
GetGenaiAgentOpenAiApiKey
- Api
Key string - OpenAI API Key
- Api
Key string - OpenAI API Key
- api
Key String - OpenAI API Key
- api
Key string - OpenAI API Key
- api_
key str - OpenAI API Key
- api
Key String - OpenAI API Key
GetGenaiAgentParentAgent
- Agent
Id string - ID of the child agent
- Instruction string
- Instruction for the Agent
- Model
Uuid string - Model UUID of the Agent
- Name string
- Name of the Agent
- Project
Id string - Project ID of the Agent
- Region string
- Region where the Agent is deployed
- Anthropic
Api List<Pulumi.Keys Digital Ocean. Inputs. Get Genai Agent Parent Agent Anthropic Api Key> - Anthropic API Key information
- Api
Key List<Pulumi.Infos Digital Ocean. Inputs. Get Genai Agent Parent Agent Api Key Info> - List of API Key Infos
- Api
Keys List<Pulumi.Digital Ocean. Inputs. Get Genai Agent Parent Agent Api Key> - List of API Keys
- Chatbot
Identifiers List<Pulumi.Digital Ocean. Inputs. Get Genai Agent Parent Agent Chatbot Identifier> - List of Chatbot Identifiers
- Chatbots
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Parent Agent Chatbot> - ChatBot configuration
- Deployments
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Parent Agent Deployment> - List of API Key Infos
- Description string
- Description for the Agent
- Agent
Id string - ID of the child agent
- Instruction string
- Instruction for the Agent
- Model
Uuid string - Model UUID of the Agent
- Name string
- Name of the Agent
- Project
Id string - Project ID of the Agent
- Region string
- Region where the Agent is deployed
- Anthropic
Api []GetKeys Genai Agent Parent Agent Anthropic Api Key - Anthropic API Key information
- Api
Key []GetInfos Genai Agent Parent Agent Api Key Info - List of API Key Infos
- Api
Keys []GetGenai Agent Parent Agent Api Key - List of API Keys
- Chatbot
Identifiers []GetGenai Agent Parent Agent Chatbot Identifier - List of Chatbot Identifiers
- Chatbots
[]Get
Genai Agent Parent Agent Chatbot - ChatBot configuration
- Deployments
[]Get
Genai Agent Parent Agent Deployment - List of API Key Infos
- Description string
- Description for the Agent
- agent
Id String - ID of the child agent
- instruction String
- Instruction for the Agent
- model
Uuid String - Model UUID of the Agent
- name String
- Name of the Agent
- project
Id String - Project ID of the Agent
- region String
- Region where the Agent is deployed
- anthropic
Api List<GetKeys Genai Agent Parent Agent Anthropic Api Key> - Anthropic API Key information
- api
Key List<GetInfos Genai Agent Parent Agent Api Key Info> - List of API Key Infos
- api
Keys List<GetGenai Agent Parent Agent Api Key> - List of API Keys
- chatbot
Identifiers List<GetGenai Agent Parent Agent Chatbot Identifier> - List of Chatbot Identifiers
- chatbots
List<Get
Genai Agent Parent Agent Chatbot> - ChatBot configuration
- deployments
List<Get
Genai Agent Parent Agent Deployment> - List of API Key Infos
- description String
- Description for the Agent
- agent
Id string - ID of the child agent
- instruction string
- Instruction for the Agent
- model
Uuid string - Model UUID of the Agent
- name string
- Name of the Agent
- project
Id string - Project ID of the Agent
- region string
- Region where the Agent is deployed
- anthropic
Api GetKeys Genai Agent Parent Agent Anthropic Api Key[] - Anthropic API Key information
- api
Key GetInfos Genai Agent Parent Agent Api Key Info[] - List of API Key Infos
- api
Keys GetGenai Agent Parent Agent Api Key[] - List of API Keys
- chatbot
Identifiers GetGenai Agent Parent Agent Chatbot Identifier[] - List of Chatbot Identifiers
- chatbots
Get
Genai Agent Parent Agent Chatbot[] - ChatBot configuration
- deployments
Get
Genai Agent Parent Agent Deployment[] - List of API Key Infos
- description string
- Description for the Agent
- agent_
id str - ID of the child agent
- instruction str
- Instruction for the Agent
- model_
uuid str - Model UUID of the Agent
- name str
- Name of the Agent
- project_
id str - Project ID of the Agent
- region str
- Region where the Agent is deployed
- anthropic_
api_ Sequence[Getkeys Genai Agent Parent Agent Anthropic Api Key] - Anthropic API Key information
- api_
key_ Sequence[Getinfos Genai Agent Parent Agent Api Key Info] - List of API Key Infos
- api_
keys Sequence[GetGenai Agent Parent Agent Api Key] - List of API Keys
- chatbot_
identifiers Sequence[GetGenai Agent Parent Agent Chatbot Identifier] - List of Chatbot Identifiers
- chatbots
Sequence[Get
Genai Agent Parent Agent Chatbot] - ChatBot configuration
- deployments
Sequence[Get
Genai Agent Parent Agent Deployment] - List of API Key Infos
- description str
- Description for the Agent
- agent
Id String - ID of the child agent
- instruction String
- Instruction for the Agent
- model
Uuid String - Model UUID of the Agent
- name String
- Name of the Agent
- project
Id String - Project ID of the Agent
- region String
- Region where the Agent is deployed
- anthropic
Api List<Property Map>Keys - Anthropic API Key information
- api
Key List<Property Map>Infos - List of API Key Infos
- api
Keys List<Property Map> - List of API Keys
- chatbot
Identifiers List<Property Map> - List of Chatbot Identifiers
- chatbots List<Property Map>
- ChatBot configuration
- deployments List<Property Map>
- List of API Key Infos
- description String
- Description for the Agent
GetGenaiAgentParentAgentAnthropicApiKey
- created_
at str - Timestamp when the API Key was created
- deleted_
at str - Deleted At timestamp for the API Key
- updated_
at str - Updated At timestamp for the API Key
- created_
by str - Created By user ID for the API Key
- name str
- Name of the API Key
- uuid str
- API Key value
GetGenaiAgentParentAgentApiKey
- Api
Key string - API Key value
- Api
Key string - API Key value
- api
Key String - API Key value
- api
Key string - API Key value
- api_
key str - API Key value
- api
Key String - API Key value
GetGenaiAgentParentAgentApiKeyInfo
- created_
at str - API Key value
- deleted_
at str - Deleted At timestamp for the API Key
- created_
by str - Created By user ID for the API Key
- name str
- Name of the API Key
- secret_
key str - Updated At timestamp for the API Key
- uuid str
- API Key value
GetGenaiAgentParentAgentChatbot
- string
- Background color for the chatbot button
- Logo string
- Logo for the chatbot
- Name string
- Name of the chatbot
- Primary
Color string - Primary color for the chatbot
- Secondary
Color string - Secondary color for the chatbot
- Starting
Message string - Starting message for the chatbot
- string
- Background color for the chatbot button
- Logo string
- Logo for the chatbot
- Name string
- Name of the chatbot
- Primary
Color string - Primary color for the chatbot
- Secondary
Color string - Secondary color for the chatbot
- Starting
Message string - Starting message for the chatbot
- String
- Background color for the chatbot button
- logo String
- Logo for the chatbot
- name String
- Name of the chatbot
- primary
Color String - Primary color for the chatbot
- secondary
Color String - Secondary color for the chatbot
- starting
Message String - Starting message for the chatbot
- string
- Background color for the chatbot button
- logo string
- Logo for the chatbot
- name string
- Name of the chatbot
- primary
Color string - Primary color for the chatbot
- secondary
Color string - Secondary color for the chatbot
- starting
Message string - Starting message for the chatbot
- str
- Background color for the chatbot button
- logo str
- Logo for the chatbot
- name str
- Name of the chatbot
- primary_
color str - Primary color for the chatbot
- secondary_
color str - Secondary color for the chatbot
- starting_
message str - Starting message for the chatbot
- String
- Background color for the chatbot button
- logo String
- Logo for the chatbot
- name String
- Name of the chatbot
- primary
Color String - Primary color for the chatbot
- secondary
Color String - Secondary color for the chatbot
- starting
Message String - Starting message for the chatbot
GetGenaiAgentParentAgentChatbotIdentifier
- Chatbot
Id string
- Chatbot
Id string
- chatbot
Id String
- chatbot
Id string
- chatbot_
id str
- chatbot
Id String
GetGenaiAgentParentAgentDeployment
- created_
at str - API Key value
- updated_
at str - Updated At timestamp for the Agent
- name str
- Name of the API Key
- status str
- Status of the Deployment
- url str
- Url of the Deployment
- uuid str
- API Key value
- visibility str
- Visibility of the Deployment
GetGenaiAgentTemplate
- Created
At string - Created At timestamp for the Knowledge Base
- Updated
At string - Updated At timestamp for the Agent Template
- Description string
- Description of the Agent Template
- Instruction string
- Instruction for the Agent
- K int
- K value for the Agent Template
- Knowledge
Bases List<Pulumi.Digital Ocean. Inputs. Get Genai Agent Template Knowledge Base> - List of Knowledge Bases
- Max
Tokens int - Maximum tokens allowed
- Models
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Template Model> - Model of the Agent Template
- Name string
- Name of the Agent Template
- Temperature double
- Agent temperature setting
- Top
P double - Top P sampling parameter
- Uuid string
- uuid of the Agent Template
- Created
At string - Created At timestamp for the Knowledge Base
- Updated
At string - Updated At timestamp for the Agent Template
- Description string
- Description of the Agent Template
- Instruction string
- Instruction for the Agent
- K int
- K value for the Agent Template
- Knowledge
Bases []GetGenai Agent Template Knowledge Base - List of Knowledge Bases
- Max
Tokens int - Maximum tokens allowed
- Models
[]Get
Genai Agent Template Model - Model of the Agent Template
- Name string
- Name of the Agent Template
- Temperature float64
- Agent temperature setting
- Top
P float64 - Top P sampling parameter
- Uuid string
- uuid of the Agent Template
- created
At String - Created At timestamp for the Knowledge Base
- updated
At String - Updated At timestamp for the Agent Template
- description String
- Description of the Agent Template
- instruction String
- Instruction for the Agent
- k Integer
- K value for the Agent Template
- knowledge
Bases List<GetGenai Agent Template Knowledge Base> - List of Knowledge Bases
- max
Tokens Integer - Maximum tokens allowed
- models
List<Get
Genai Agent Template Model> - Model of the Agent Template
- name String
- Name of the Agent Template
- temperature Double
- Agent temperature setting
- top
P Double - Top P sampling parameter
- uuid String
- uuid of the Agent Template
- created
At string - Created At timestamp for the Knowledge Base
- updated
At string - Updated At timestamp for the Agent Template
- description string
- Description of the Agent Template
- instruction string
- Instruction for the Agent
- k number
- K value for the Agent Template
- knowledge
Bases GetGenai Agent Template Knowledge Base[] - List of Knowledge Bases
- max
Tokens number - Maximum tokens allowed
- models
Get
Genai Agent Template Model[] - Model of the Agent Template
- name string
- Name of the Agent Template
- temperature number
- Agent temperature setting
- top
P number - Top P sampling parameter
- uuid string
- uuid of the Agent Template
- created_
at str - Created At timestamp for the Knowledge Base
- updated_
at str - Updated At timestamp for the Agent Template
- description str
- Description of the Agent Template
- instruction str
- Instruction for the Agent
- k int
- K value for the Agent Template
- knowledge_
bases Sequence[GetGenai Agent Template Knowledge Base] - List of Knowledge Bases
- max_
tokens int - Maximum tokens allowed
- models
Sequence[Get
Genai Agent Template Model] - Model of the Agent Template
- name str
- Name of the Agent Template
- temperature float
- Agent temperature setting
- top_
p float - Top P sampling parameter
- uuid str
- uuid of the Agent Template
- created
At String - Created At timestamp for the Knowledge Base
- updated
At String - Updated At timestamp for the Agent Template
- description String
- Description of the Agent Template
- instruction String
- Instruction for the Agent
- k Number
- K value for the Agent Template
- knowledge
Bases List<Property Map> - List of Knowledge Bases
- max
Tokens Number - Maximum tokens allowed
- models List<Property Map>
- Model of the Agent Template
- name String
- Name of the Agent Template
- temperature Number
- Agent temperature setting
- top
P Number - Top P sampling parameter
- uuid String
- uuid of the Agent Template
GetGenaiAgentTemplateKnowledgeBase
- Added
To stringAgent At - Timestamp when the Knowledge Base was added to the Agent
- Created
At string - Created At timestamp for the Knowledge Base
- Updated
At string - Timestamp when the Knowledge Base was updated
- Uuid string
- UUID of the Knowledge Base
- Database
Id string - Database ID of the Knowledge Base
- Embedding
Model stringUuid - Embedding model UUID for the Knowledge Base
- Is
Public bool - Indicates if the Knowledge Base is public
- Last
Indexing List<Pulumi.Jobs Digital Ocean. Inputs. Get Genai Agent Template Knowledge Base Last Indexing Job> - Last indexing job for the Knowledge Base
- Name string
- Name of the Knowledge Base
- Project
Id string - Project ID of the Knowledge Base
- Region string
- Region of the Knowledge Base
- List<string>
- List of tags
- User
Id string - User ID of the Knowledge Base
- Added
To stringAgent At - Timestamp when the Knowledge Base was added to the Agent
- Created
At string - Created At timestamp for the Knowledge Base
- Updated
At string - Timestamp when the Knowledge Base was updated
- Uuid string
- UUID of the Knowledge Base
- Database
Id string - Database ID of the Knowledge Base
- Embedding
Model stringUuid - Embedding model UUID for the Knowledge Base
- Is
Public bool - Indicates if the Knowledge Base is public
- Last
Indexing []GetJobs Genai Agent Template Knowledge Base Last Indexing Job - Last indexing job for the Knowledge Base
- Name string
- Name of the Knowledge Base
- Project
Id string - Project ID of the Knowledge Base
- Region string
- Region of the Knowledge Base
- []string
- List of tags
- User
Id string - User ID of the Knowledge Base
- added
To StringAgent At - Timestamp when the Knowledge Base was added to the Agent
- created
At String - Created At timestamp for the Knowledge Base
- updated
At String - Timestamp when the Knowledge Base was updated
- uuid String
- UUID of the Knowledge Base
- database
Id String - Database ID of the Knowledge Base
- embedding
Model StringUuid - Embedding model UUID for the Knowledge Base
- is
Public Boolean - Indicates if the Knowledge Base is public
- last
Indexing List<GetJobs Genai Agent Template Knowledge Base Last Indexing Job> - Last indexing job for the Knowledge Base
- name String
- Name of the Knowledge Base
- project
Id String - Project ID of the Knowledge Base
- region String
- Region of the Knowledge Base
- List<String>
- List of tags
- user
Id String - User ID of the Knowledge Base
- added
To stringAgent At - Timestamp when the Knowledge Base was added to the Agent
- created
At string - Created At timestamp for the Knowledge Base
- updated
At string - Timestamp when the Knowledge Base was updated
- uuid string
- UUID of the Knowledge Base
- database
Id string - Database ID of the Knowledge Base
- embedding
Model stringUuid - Embedding model UUID for the Knowledge Base
- is
Public boolean - Indicates if the Knowledge Base is public
- last
Indexing GetJobs Genai Agent Template Knowledge Base Last Indexing Job[] - Last indexing job for the Knowledge Base
- name string
- Name of the Knowledge Base
- project
Id string - Project ID of the Knowledge Base
- region string
- Region of the Knowledge Base
- string[]
- List of tags
- user
Id string - User ID of the Knowledge Base
- added_
to_ stragent_ at - Timestamp when the Knowledge Base was added to the Agent
- created_
at str - Created At timestamp for the Knowledge Base
- updated_
at str - Timestamp when the Knowledge Base was updated
- uuid str
- UUID of the Knowledge Base
- database_
id str - Database ID of the Knowledge Base
- embedding_
model_ struuid - Embedding model UUID for the Knowledge Base
- is_
public bool - Indicates if the Knowledge Base is public
- last_
indexing_ Sequence[Getjobs Genai Agent Template Knowledge Base Last Indexing Job] - Last indexing job for the Knowledge Base
- name str
- Name of the Knowledge Base
- project_
id str - Project ID of the Knowledge Base
- region str
- Region of the Knowledge Base
- Sequence[str]
- List of tags
- user_
id str - User ID of the Knowledge Base
- added
To StringAgent At - Timestamp when the Knowledge Base was added to the Agent
- created
At String - Created At timestamp for the Knowledge Base
- updated
At String - Timestamp when the Knowledge Base was updated
- uuid String
- UUID of the Knowledge Base
- database
Id String - Database ID of the Knowledge Base
- embedding
Model StringUuid - Embedding model UUID for the Knowledge Base
- is
Public Boolean - Indicates if the Knowledge Base is public
- last
Indexing List<Property Map>Jobs - Last indexing job for the Knowledge Base
- name String
- Name of the Knowledge Base
- project
Id String - Project ID of the Knowledge Base
- region String
- Region of the Knowledge Base
- List<String>
- List of tags
- user
Id String - User ID of the Knowledge Base
GetGenaiAgentTemplateKnowledgeBaseLastIndexingJob
- Created
At string - Created At timestamp for the last indexing job
- Finished
At string - Timestamp when the last indexing job finished
- Knowledge
Base stringUuid - UUID of the Knowledge Base for the last indexing job
- Started
At string - Timestamp when the last indexing job started
- Updated
At string - Timestamp when the last indexing job updated
- Completed
Datasources int - Number of completed datasources in the last indexing job
- Data
Source List<string>Uuids - Datasource UUIDs for the last indexing job
- Phase string
- Phase of the last indexing job
- Tokens int
- Number of tokens processed in the last indexing job
- Total
Datasources int - Total number of datasources in the last indexing job
- Uuid string
- UUID of the last indexing job
- Created
At string - Created At timestamp for the last indexing job
- Finished
At string - Timestamp when the last indexing job finished
- Knowledge
Base stringUuid - UUID of the Knowledge Base for the last indexing job
- Started
At string - Timestamp when the last indexing job started
- Updated
At string - Timestamp when the last indexing job updated
- Completed
Datasources int - Number of completed datasources in the last indexing job
- Data
Source []stringUuids - Datasource UUIDs for the last indexing job
- Phase string
- Phase of the last indexing job
- Tokens int
- Number of tokens processed in the last indexing job
- Total
Datasources int - Total number of datasources in the last indexing job
- Uuid string
- UUID of the last indexing job
- created
At String - Created At timestamp for the last indexing job
- finished
At String - Timestamp when the last indexing job finished
- knowledge
Base StringUuid - UUID of the Knowledge Base for the last indexing job
- started
At String - Timestamp when the last indexing job started
- updated
At String - Timestamp when the last indexing job updated
- completed
Datasources Integer - Number of completed datasources in the last indexing job
- data
Source List<String>Uuids - Datasource UUIDs for the last indexing job
- phase String
- Phase of the last indexing job
- tokens Integer
- Number of tokens processed in the last indexing job
- total
Datasources Integer - Total number of datasources in the last indexing job
- uuid String
- UUID of the last indexing job
- created
At string - Created At timestamp for the last indexing job
- finished
At string - Timestamp when the last indexing job finished
- knowledge
Base stringUuid - UUID of the Knowledge Base for the last indexing job
- started
At string - Timestamp when the last indexing job started
- updated
At string - Timestamp when the last indexing job updated
- completed
Datasources number - Number of completed datasources in the last indexing job
- data
Source string[]Uuids - Datasource UUIDs for the last indexing job
- phase string
- Phase of the last indexing job
- tokens number
- Number of tokens processed in the last indexing job
- total
Datasources number - Total number of datasources in the last indexing job
- uuid string
- UUID of the last indexing job
- created_
at str - Created At timestamp for the last indexing job
- finished_
at str - Timestamp when the last indexing job finished
- knowledge_
base_ struuid - UUID of the Knowledge Base for the last indexing job
- started_
at str - Timestamp when the last indexing job started
- updated_
at str - Timestamp when the last indexing job updated
- completed_
datasources int - Number of completed datasources in the last indexing job
- data_
source_ Sequence[str]uuids - Datasource UUIDs for the last indexing job
- phase str
- Phase of the last indexing job
- tokens int
- Number of tokens processed in the last indexing job
- total_
datasources int - Total number of datasources in the last indexing job
- uuid str
- UUID of the last indexing job
- created
At String - Created At timestamp for the last indexing job
- finished
At String - Timestamp when the last indexing job finished
- knowledge
Base StringUuid - UUID of the Knowledge Base for the last indexing job
- started
At String - Timestamp when the last indexing job started
- updated
At String - Timestamp when the last indexing job updated
- completed
Datasources Number - Number of completed datasources in the last indexing job
- data
Source List<String>Uuids - Datasource UUIDs for the last indexing job
- phase String
- Phase of the last indexing job
- tokens Number
- Number of tokens processed in the last indexing job
- total
Datasources Number - Total number of datasources in the last indexing job
- uuid String
- UUID of the last indexing job
GetGenaiAgentTemplateModel
- Created
At string - Created At timestamp for the Knowledge Base
- Updated
At string - Timestamp when the Knowledge Base was updated
- Agreements
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Template Model Agreement> - Agreement information for the model
- Inference
Name string - Inference name of the model
- Inference
Version string - Infernce version of the model
- Is
Foundational bool - Indicates if the Model Base is foundational
- Name string
- Name of the Knowledge Base
- Parent
Uuid string - Parent UUID of the Model
- Provider string
- Provider of the Model
- Upload
Complete bool - Indicates if the Model upload is complete
- Url string
- URL of the Model
- Usecases List<string>
- List of Usecases for the Model
- Versions
List<Pulumi.
Digital Ocean. Inputs. Get Genai Agent Template Model Version> - URL of the Model
- Created
At string - Created At timestamp for the Knowledge Base
- Updated
At string - Timestamp when the Knowledge Base was updated
- Agreements
[]Get
Genai Agent Template Model Agreement - Agreement information for the model
- Inference
Name string - Inference name of the model
- Inference
Version string - Infernce version of the model
- Is
Foundational bool - Indicates if the Model Base is foundational
- Name string
- Name of the Knowledge Base
- Parent
Uuid string - Parent UUID of the Model
- Provider string
- Provider of the Model
- Upload
Complete bool - Indicates if the Model upload is complete
- Url string
- URL of the Model
- Usecases []string
- List of Usecases for the Model
- Versions
[]Get
Genai Agent Template Model Version - URL of the Model
- created
At String - Created At timestamp for the Knowledge Base
- updated
At String - Timestamp when the Knowledge Base was updated
- agreements
List<Get
Genai Agent Template Model Agreement> - Agreement information for the model
- inference
Name String - Inference name of the model
- inference
Version String - Infernce version of the model
- is
Foundational Boolean - Indicates if the Model Base is foundational
- name String
- Name of the Knowledge Base
- parent
Uuid String - Parent UUID of the Model
- provider String
- Provider of the Model
- upload
Complete Boolean - Indicates if the Model upload is complete
- url String
- URL of the Model
- usecases List<String>
- List of Usecases for the Model
- versions
List<Get
Genai Agent Template Model Version> - URL of the Model
- created
At string - Created At timestamp for the Knowledge Base
- updated
At string - Timestamp when the Knowledge Base was updated
- agreements
Get
Genai Agent Template Model Agreement[] - Agreement information for the model
- inference
Name string - Inference name of the model
- inference
Version string - Infernce version of the model
- is
Foundational boolean - Indicates if the Model Base is foundational
- name string
- Name of the Knowledge Base
- parent
Uuid string - Parent UUID of the Model
- provider string
- Provider of the Model
- upload
Complete boolean - Indicates if the Model upload is complete
- url string
- URL of the Model
- usecases string[]
- List of Usecases for the Model
- versions
Get
Genai Agent Template Model Version[] - URL of the Model
- created_
at str - Created At timestamp for the Knowledge Base
- updated_
at str - Timestamp when the Knowledge Base was updated
- agreements
Sequence[Get
Genai Agent Template Model Agreement] - Agreement information for the model
- inference_
name str - Inference name of the model
- inference_
version str - Infernce version of the model
- is_
foundational bool - Indicates if the Model Base is foundational
- name str
- Name of the Knowledge Base
- parent_
uuid str - Parent UUID of the Model
- provider str
- Provider of the Model
- upload_
complete bool - Indicates if the Model upload is complete
- url str
- URL of the Model
- usecases Sequence[str]
- List of Usecases for the Model
- versions
Sequence[Get
Genai Agent Template Model Version] - URL of the Model
- created
At String - Created At timestamp for the Knowledge Base
- updated
At String - Timestamp when the Knowledge Base was updated
- agreements List<Property Map>
- Agreement information for the model
- inference
Name String - Inference name of the model
- inference
Version String - Infernce version of the model
- is
Foundational Boolean - Indicates if the Model Base is foundational
- name String
- Name of the Knowledge Base
- parent
Uuid String - Parent UUID of the Model
- provider String
- Provider of the Model
- upload
Complete Boolean - Indicates if the Model upload is complete
- url String
- URL of the Model
- usecases List<String>
- List of Usecases for the Model
- versions List<Property Map>
- URL of the Model
GetGenaiAgentTemplateModelAgreement
- Description string
- Description of the agreement
- Name string
- Name of the agreement
- Url string
- URL of the agreement
- Uuid string
- UUID of the agreement
- Description string
- Description of the agreement
- Name string
- Name of the agreement
- Url string
- URL of the agreement
- Uuid string
- UUID of the agreement
- description String
- Description of the agreement
- name String
- Name of the agreement
- url String
- URL of the agreement
- uuid String
- UUID of the agreement
- description string
- Description of the agreement
- name string
- Name of the agreement
- url string
- URL of the agreement
- uuid string
- UUID of the agreement
- description str
- Description of the agreement
- name str
- Name of the agreement
- url str
- URL of the agreement
- uuid str
- UUID of the agreement
- description String
- Description of the agreement
- name String
- Name of the agreement
- url String
- URL of the agreement
- uuid String
- UUID of the agreement
GetGenaiAgentTemplateModelVersion
Package Details
- Repository
- DigitalOcean pulumi/pulumi-digitalocean
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
digitaloceanTerraform Provider.
