Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeSetup

Package version

interface

An interface representing NodeSetup. Node setup settings.

Hierarchy

  • NodeSetup

Index

Properties

Optional mountVolumes

mountVolumes: MountVolumes
member

{MountVolumes} [mountVolumes] Mount volumes. Mount volumes to be available to setup task and all jobs executing on the cluster. The volumes will be mounted at location specified by $AZ_BATCHAI_MOUNT_ROOT environment variable.

Optional performanceCountersSettings

performanceCountersSettings: PerformanceCountersSettings
member

{PerformanceCountersSettings} [performanceCountersSettings] Performance counters settings. Settings for performance counters collecting and uploading.

Optional setupTask

setupTask: SetupTask
member

{SetupTask} [setupTask] Setup task. Setup task to run on cluster nodes when nodes got created or rebooted. The setup task code needs to be idempotent. Generally the setup task is used to download static data that is required for all jobs that run on the cluster VMs and/or to download/install software.

Generated using TypeDoc