PyTorchResponse

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

PyTorch distribution configuration.

Constructors

Link copied to clipboard
constructor(distributionType: String, processCount: 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
val processCount: Int? = null

Total process count for the distributed job.