Class ContainerType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ContainerType>
-
- com.azure.resourcemanager.machinelearning.models.ContainerType
-
public final class ContainerType extends com.azure.core.util.ExpandableStringEnum<ContainerType>
Defines values for ContainerType.
-
-
Field Summary
Fields Modifier and Type Field Description static ContainerType
INFERENCE_SERVER
Static value InferenceServer for ContainerType.static ContainerType
STORAGE_INITIALIZER
Static value StorageInitializer for ContainerType.
-
Constructor Summary
Constructors Constructor Description ContainerType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ContainerType
fromString(String name)
Creates or finds a ContainerType from its string representation.static Collection<ContainerType>
values()
Gets known ContainerType values.
-
-
-
Field Detail
-
STORAGE_INITIALIZER
public static final ContainerType STORAGE_INITIALIZER
Static value StorageInitializer for ContainerType.
-
INFERENCE_SERVER
public static final ContainerType INFERENCE_SERVER
Static value InferenceServer for ContainerType.
-
-
Method Detail
-
fromString
public static ContainerType fromString(String name)
Creates or finds a ContainerType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ContainerType.
-
values
public static Collection<ContainerType> values()
Gets known ContainerType values.- Returns:
- known ContainerType values.
-
-