PyTorchArgs

data class PyTorchArgs(val distributionType: Output<String>, val processCountPerInstance: Output<Int>? = null) : ConvertibleToJava<PyTorchArgs>

PyTorch distribution configuration.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val processCountPerInstance: Output<Int>? = null

Number of processes per node.

Functions

Link copied to clipboard
open override fun toJava(): PyTorchArgs