ComputeTriggerType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. ComputeTriggerType
- com.
- com.
public final class ComputeTriggerType
extends ExpandableStringEnum<ComputeTriggerType>
Is the trigger type recurrence or cron.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Compute |
CRON
Static value Cron for Compute |
|
static final
Compute |
RECURRENCE
Static value Recurrence for Compute |
Constructor Summary
| Constructor | Description |
|---|---|
| ComputeTriggerType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Compute |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Compute |
fromString(String name)
Creates or finds a Compute |
|
static
Collection<Compute |
values()
Gets known Compute |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CRON
public static final ComputeTriggerType CRON
Static value Cron for ComputeTriggerType.
RECURRENCE
public static final ComputeTriggerType RECURRENCE
Static value Recurrence for ComputeTriggerType.
Constructor Details
ComputeTriggerType
@Deprecated
public ComputeTriggerType()
Deprecated
Creates a new instance of ComputeTriggerType value.
Method Details
fromString
public static ComputeTriggerType fromString(String name)
Creates or finds a ComputeTriggerType from its string representation.
Parameters:
Returns:
values
public static Collection<ComputeTriggerType> values()
Gets known ComputeTriggerType values.
Returns: