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
JobInputType(String) |
Initializes a new instance of JobInputType. |
Properties
CustomModel |
custom_model. |
Literal |
literal. |
MlflowModel |
mlflow_model. |
Mltable |
mltable. |
TritonModel |
triton_model. |
UriFile |
uri_file. |
UriFolder |
uri_folder. |
Methods
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
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. |
Applies to
Azure SDK for .NET