ValueFormat Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. ValueFormat
- com.
- com.
public final class ValueFormat
extends ExpandableStringEnum<ValueFormat>
format for the workspace connection value.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Value |
JSON
Static value JSON for Value |
Constructor Summary
| Constructor | Description |
|---|---|
| ValueFormat() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Value |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Value |
fromString(String name)
Creates or finds a Value |
|
static
Collection<Value |
values()
Gets known Value |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
JSON
public static final ValueFormat JSON
Static value JSON for ValueFormat.
Constructor Details
ValueFormat
@Deprecated
public ValueFormat()
Deprecated
Creates a new instance of ValueFormat value.
Method Details
fromString
public static ValueFormat fromString(String name)
Creates or finds a ValueFormat from its string representation.
Parameters:
Returns:
values
public static Collection<ValueFormat> values()
Gets known ValueFormat values.
Returns: