RuntimeAcceleratorConfigType

enum RuntimeAcceleratorConfigType : Enum<RuntimeAcceleratorConfigType> , ConvertibleToJava<RuntimeAcceleratorConfigType>

Accelerator model.

Entries

Link copied to clipboard

Accelerator type is not specified.

Link copied to clipboard

Accelerator type is Nvidia Tesla K80.

Link copied to clipboard

Accelerator type is Nvidia Tesla P100.

Link copied to clipboard

Accelerator type is Nvidia Tesla V100.

Link copied to clipboard

Accelerator type is Nvidia Tesla P4.

Link copied to clipboard

Accelerator type is Nvidia Tesla T4.

Link copied to clipboard

Accelerator type is Nvidia Tesla A100.

Link copied to clipboard

(Coming soon) Accelerator type is TPU V2.

Link copied to clipboard

(Coming soon) Accelerator type is TPU V3.

Link copied to clipboard

Accelerator type is NVIDIA Tesla T4 Virtual Workstations.

Link copied to clipboard

Accelerator type is NVIDIA Tesla P100 Virtual Workstations.

Link copied to clipboard

Accelerator type is NVIDIA Tesla P4 Virtual Workstations.

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: RuntimeAcceleratorConfigType
Link copied to clipboard
Link copied to clipboard