HostedAgentConfiguration
Handle
interface HostedAgentConfiguration { cpu: number; description: string; readonly environmentVariables: Dict<string,string>; memory: number; readonly metadata: Dict<string,string>;}8 members
Properties
property
cpunumberget · setCPU allocation for each hosted agent instance, in vCPU cores.
property
descriptionstringget · setThe description of the hosted agent.
property
environmentVariablesDict<string,string>getEnvironment variables to set in the hosted agent container.
property
memorynumberget · setMemory allocation for each hosted agent instance, in GiB. Must be 2x the CPU allocation.
property
metadataDict<string,string>getAdditional metadata to associate with the hosted agent.