JobInputType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. JobInputType
- com.
- com.
public final class JobInputType
extends ExpandableStringEnum<JobInputType>
Enum to determine the Job Input Type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Job |
CUSTOM_MODEL
Static value custom_model for Job |
|
static final
Job |
LITERAL
Static value literal for Job |
|
static final
Job |
MLFLOW_MODEL
Static value mlflow_model for Job |
|
static final
Job |
MLTABLE
Static value mltable for Job |
|
static final
Job |
TRITON_MODEL
Static value triton_model for Job |
|
static final
Job |
URI_FILE
Static value uri_file for Job |
|
static final
Job |
URI_FOLDER
Static value uri_folder for Job |
Constructor Summary
| Constructor | Description |
|---|---|
| JobInputType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Job |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Job |
fromString(String name)
Creates or finds a Job |
|
static
Collection<Job |
values()
Gets known Job |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CUSTOM_MODEL
public static final JobInputType CUSTOM_MODEL
Static value custom_model for JobInputType.
LITERAL
public static final JobInputType LITERAL
Static value literal for JobInputType.
MLFLOW_MODEL
public static final JobInputType MLFLOW_MODEL
Static value mlflow_model for JobInputType.
MLTABLE
public static final JobInputType MLTABLE
Static value mltable for JobInputType.
TRITON_MODEL
public static final JobInputType TRITON_MODEL
Static value triton_model for JobInputType.
URI_FILE
public static final JobInputType URI_FILE
Static value uri_file for JobInputType.
URI_FOLDER
public static final JobInputType URI_FOLDER
Static value uri_folder for JobInputType.
Constructor Details
JobInputType
@Deprecated
public JobInputType()
Deprecated
Creates a new instance of JobInputType value.
Method Details
fromString
public static JobInputType fromString(String name)
Creates or finds a JobInputType from its string representation.
Parameters:
Returns:
values
public static Collection<JobInputType> values()
Gets known JobInputType values.
Returns: