@videosdk.live/server-sdk
Preparing search index...
AgentDeploymentVersion
Interface AgentDeploymentVersion
A deployment version (returned by
AgentDeploymentResource.getLatestVersion
).
interface
AgentDeploymentVersion
{
active
?:
boolean
;
agentId
?:
string
;
deploymentId
?:
string
;
id
:
string
;
image
?:
string
;
maxReplica
?:
number
;
minReplica
?:
number
;
name
?:
string
;
region
?:
string
;
status
?:
string
;
versionTag
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
active?
agent
Id?
deployment
Id?
id
image?
max
Replica?
min
Replica?
name?
region?
status?
version
Tag?
Properties
Optional
active
active
?:
boolean
Optional
agent
Id
agentId
?:
string
Optional
deployment
Id
deploymentId
?:
string
id
id
:
string
Optional
image
image
?:
string
Optional
max
Replica
maxReplica
?:
number
Optional
min
Replica
minReplica
?:
number
Optional
name
name
?:
string
Optional
region
region
?:
string
Optional
status
status
?:
string
Optional
version
Tag
versionTag
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
agent
Id
deployment
Id
id
image
max
Replica
min
Replica
name
region
status
version
Tag
@videosdk.live/server-sdk
Loading...
A deployment version (returned by AgentDeploymentResource.getLatestVersion).