SparkBatchJobResultType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. SparkBatchJobResultType
- com.
- com.
public final class SparkBatchJobResultType
extends ExpandableStringEnum<SparkBatchJobResultType>
The Spark batch job result.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Spark |
CANCELLED
Static value Cancelled for Spark |
static final
Spark |
FAILED
Static value Failed for Spark |
static final
Spark |
SUCCEEDED
Static value Succeeded for Spark |
static final
Spark |
UNCERTAIN
Static value Uncertain for Spark |
Constructor Summary
Constructor | Description |
---|---|
SparkBatchJobResultType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Spark |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Spark |
fromString(String name)
Creates or finds a Spark |
static
Collection<Spark |
values()
Gets known Spark |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CANCELLED
public static final SparkBatchJobResultType CANCELLED
Static value Cancelled for SparkBatchJobResultType.
FAILED
public static final SparkBatchJobResultType FAILED
Static value Failed for SparkBatchJobResultType.
SUCCEEDED
public static final SparkBatchJobResultType SUCCEEDED
Static value Succeeded for SparkBatchJobResultType.
UNCERTAIN
public static final SparkBatchJobResultType UNCERTAIN
Static value Uncertain for SparkBatchJobResultType.
Constructor Details
SparkBatchJobResultType
@Deprecated
public SparkBatchJobResultType()
Deprecated
Creates a new instance of SparkBatchJobResultType value.
Method Details
fromString
public static SparkBatchJobResultType fromString(String name)
Creates or finds a SparkBatchJobResultType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SparkBatchJobResultType values.
Returns:
Applies to
Azure SDK for Java