@videosdk.live/server-sdk
Preparing search index...
AgentDeployment
Interface AgentDeployment
A cloud agent deployment.
interface
AgentDeployment
{
agentId
?:
string
;
envSecret
?:
string
;
id
:
string
;
name
?:
string
;
status
?:
string
;
template
?:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
AgentDeployment
DeployedAgent
Indexable
[
key
:
string
]:
unknown
Index
Properties
agent
Id?
env
Secret?
id
name?
status?
template?
Properties
Optional
agent
Id
agentId
?:
string
Optional
env
Secret
envSecret
?:
string
The attached secret id.
id
id
:
string
The deployment id.
Optional
name
name
?:
string
Optional
status
status
?:
string
Optional
template
template
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
env
Secret
id
name
status
template
@videosdk.live/server-sdk
Loading...
A cloud agent deployment.