PendingUploadType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. PendingUploadType
- com.
- com.
public final class PendingUploadType
extends ExpandableStringEnum<PendingUploadType>
Type of storage to use for the pending upload location.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Pending |
NONE
Static value None for Pending |
|
static final
Pending |
TEMPORARY_BLOB_REFERENCE
Static value Temporary |
Constructor Summary
| Constructor | Description |
|---|---|
| PendingUploadType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Pending |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Pending |
fromString(String name)
Creates or finds a Pending |
|
static
Collection<Pending |
values()
Gets known Pending |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final PendingUploadType NONE
Static value None for PendingUploadType.
TEMPORARY_BLOB_REFERENCE
public static final PendingUploadType TEMPORARY_BLOB_REFERENCE
Static value TemporaryBlobReference for PendingUploadType.
Constructor Details
PendingUploadType
@Deprecated
public PendingUploadType()
Deprecated
Creates a new instance of PendingUploadType value.
Method Details
fromString
public static PendingUploadType fromString(String name)
Creates or finds a PendingUploadType from its string representation.
Parameters:
Returns:
values
public static Collection<PendingUploadType> values()
Gets known PendingUploadType values.
Returns: