PyTorchResponse

data class PyTorchResponse(val distributionType: String, val processCountPerInstance: Int? = null)

PyTorch distribution configuration.

Constructors

Link copied to clipboard
constructor(distributionType: String, processCountPerInstance: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enum to determine the job distribution type. Expected value is 'PyTorch'.

Link copied to clipboard

Number of processes per node.