public final class GpuSku extends ExpandableStringEnum<GpuSku>
Modifier and Type | Field and Description |
---|---|
static GpuSku |
K80
Static value K80 for GpuSku.
|
static GpuSku |
P100
Static value P100 for GpuSku.
|
static GpuSku |
V100
Static value V100 for GpuSku.
|
Constructor and Description |
---|
GpuSku() |
Modifier and Type | Method and Description |
---|---|
static GpuSku |
fromString(String name)
Creates or finds a GpuSku from its string representation.
|
static Collection<GpuSku> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final GpuSku K80
public static final GpuSku P100
public static final GpuSku V100
public static GpuSku fromString(String name)
name
- a name to look forpublic static Collection<GpuSku> values()
Copyright © 2019. All rights reserved.