InputDirectory Class

Input directory for the job.

All required parameters must be populated in order to send to Azure.

Inheritance
InputDirectory

Constructor

InputDirectory(*, id: str, path: str, **kwargs)

Parameters

id
str
Required

Required. The ID for the input directory. The job can use AZ_BATCHAIINPUT <id> environment variable to find the directory path, where <id> is the value of id attribute.

path
str
Required

Required. The path to the input directory.