JobInputType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum to determine the Job Input Type.
public readonly struct JobInputType : IEquatable<Azure.ResourceManager.MachineLearning.Models.JobInputType>
type JobInputType = struct
Public Structure JobInputType
Implements IEquatable(Of JobInputType)
- Inheritance
-
JobInputType
- Implements
Constructors
| Name | Description |
|---|---|
| JobInputType(String) |
Initializes a new instance of JobInputType. |
Properties
| Name | Description |
|---|---|
| CustomModel |
custom_model. |
| Literal |
literal. |
| MlflowModel |
mlflow_model. |
| Mltable |
mltable. |
| TritonModel |
triton_model. |
| UriFile |
uri_file. |
| UriFolder |
uri_folder. |
Methods
| Name | Description |
|---|---|
| Equals(JobInputType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(JobInputType, JobInputType) |
Determines if two JobInputType values are the same. |
| Implicit(String to JobInputType) |
Converts a String to a JobInputType. |
| Inequality(JobInputType, JobInputType) |
Determines if two JobInputType values are not the same. |