JobEnvironment interface

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

Properties

endpoints
mask
options
secureFiles
systemConnection

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

variables

Property Details

endpoints

endpoints: ServiceEndpoint[]

Property Value

mask

mask: MaskHint[]

Property Value

options

options: {[key: string]: JobOption}

Property Value

{[key: string]: JobOption}

secureFiles

secureFiles: SecureFile[]

Property Value

systemConnection

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

systemConnection: ServiceEndpoint

Property Value

variables

variables: {[key: string]: string}

Property Value

{[key: string]: string}