Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputDirectory

Package version

interface

An interface representing OutputDirectory. Output directory for the job.

Hierarchy

  • OutputDirectory

Index

Properties

Properties

id

id: string
member

{string} id ID. The ID of the output directory. The job can use AZ_BATCHAI_OUTPUT_ environment variale to find the directory path, where is the value of id attribute.

pathPrefix

pathPrefix: string
member

{string} pathPrefix Path prefix. The prefix path where the output directory will be created. Note, this is an absolute path to prefix. E.g. $AZ_BATCHAI_MOUNT_ROOT/MyNFS/MyLogs. The full path to the output directory by combining pathPrefix, jobOutputDirectoryPathSegment (reported by get job) and pathSuffix.

Optional pathSuffix

pathSuffix: undefined | string
member

{string} [pathSuffix] Path suffix. The suffix path where the output directory will be created. E.g. models. You can find the full path to the output directory by combining pathPrefix, jobOutputDirectoryPathSegment (reported by get job) and pathSuffix.

Generated using TypeDoc