Class ValueFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ValueFormat>
com.azure.resourcemanager.machinelearning.models.ValueFormat
format for the workspace connection value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueFormatfromString(String name) Creates or finds a ValueFormat from its string representation.static Collection<ValueFormat>values()Gets known ValueFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
JSON
Static value JSON for ValueFormat.
-
-
Constructor Details
-
ValueFormat
Deprecated.Use thefromString(String)factory method.Creates a new instance of ValueFormat value.
-
-
Method Details
-
fromString
Creates or finds a ValueFormat from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ValueFormat.
-
values
Gets known ValueFormat values.- Returns:
- known ValueFormat values.
-
fromString(String)factory method.