ProcessingType

sealed class ProcessingType

The processing type for compute resources. Determines whether the task runs on standard CPU or GPU-accelerated hardware.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class SdkUnknown(val value: String) : ProcessingType

Properties

Link copied to clipboard
abstract val value: String