BatchEnvironmentConfig

data class BatchEnvironmentConfig(val executionConfig: BatchEnvironmentConfigExecutionConfig? = null, val peripheralsConfig: BatchEnvironmentConfigPeripheralsConfig? = null)

Constructors

Link copied to clipboard
constructor(executionConfig: BatchEnvironmentConfigExecutionConfig? = null, peripheralsConfig: BatchEnvironmentConfigPeripheralsConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Execution configuration for a workload. Structure is documented below.

Link copied to clipboard

Peripherals configuration that workload has access to. Structure is documented below.