HostedAgentConfiguration
Handle
interface HostedAgentConfiguration { cpu: number; description: string; readonly environmentVariables: Dict<string,string>; memory: number; readonly metadata: Dict<string,string>;} 8 members
Properties
property
cpu number get · set CPU allocation for each hosted agent instance, in vCPU cores.
property
description string get · set The description of the hosted agent.
property
environmentVariables Dict<string,string> get Environment variables to set in the hosted agent container.
property
memory number get · set Memory allocation for each hosted agent instance, in GiB. Must be 2x the CPU allocation.
property
metadata Dict<string,string> get Additional metadata to associate with the hosted agent.