BatchDeploymentConfigurationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. BatchDeploymentConfigurationType
- com.
- com.
public final class BatchDeploymentConfigurationType
extends ExpandableStringEnum<BatchDeploymentConfigurationType>
The enumerated property types for batch deployments.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Batch |
MODEL
Static value Model for Batch |
|
static final
Batch |
PIPELINE_COMPONENT
Static value Pipeline |
Constructor Summary
| Constructor | Description |
|---|---|
| BatchDeploymentConfigurationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromString(String name)
Creates or finds a Batch |
|
static
Collection<Batch |
values()
Gets known Batch |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MODEL
public static final BatchDeploymentConfigurationType MODEL
Static value Model for BatchDeploymentConfigurationType.
PIPELINE_COMPONENT
public static final BatchDeploymentConfigurationType PIPELINE_COMPONENT
Static value PipelineComponent for BatchDeploymentConfigurationType.
Constructor Details
BatchDeploymentConfigurationType
@Deprecated
public BatchDeploymentConfigurationType()
Deprecated
Creates a new instance of BatchDeploymentConfigurationType value.
Method Details
fromString
public static BatchDeploymentConfigurationType fromString(String name)
Creates or finds a BatchDeploymentConfigurationType from its string representation.
Parameters:
Returns:
values
public static Collection<BatchDeploymentConfigurationType> values()
Gets known BatchDeploymentConfigurationType values.
Returns: