Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobEnvironment

Represents the context of variables and vectors for a job request.

Hierarchy

  • JobEnvironment

Index

Properties

Optional endpoints

endpoints: Array<ServiceEndpoint>

Optional mask

mask: Array<MaskHint>

Optional options

options: object

Type declaration

Optional secureFiles

secureFiles: Array<SecureFile>

Optional systemConnection

systemConnection: ServiceEndpoint

Gets or sets the endpoint used for communicating back to the calling service.

Optional variables

variables: object

Type declaration

  • [key: string]: string

Generated using TypeDoc