PyTorchArgs

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

PyTorch distribution configuration.

Constructors

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

Properties

Link copied to clipboard

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

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

Total process count for the distributed job.

Functions

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