Scheduler Accelerator Config Type
enum SchedulerAcceleratorConfigType : Enum<SchedulerAcceleratorConfigType> , ConvertibleToJava<SchedulerAcceleratorConfigType>
Type of this accelerator.
Entries
Link copied to clipboard
Unspecified accelerator type. Default to no GPU.
Link copied to clipboard
Nvidia Tesla K80 GPU.
Link copied to clipboard
Nvidia Tesla P100 GPU.
Link copied to clipboard
Nvidia Tesla V100 GPU.
Link copied to clipboard
Nvidia Tesla P4 GPU.
Link copied to clipboard
Nvidia Tesla T4 GPU.
Link copied to clipboard
Nvidia Tesla A100 GPU.
Types
Functions
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.