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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputTypeTypeConverter))]
public struct JobInputType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputTypeTypeConverter))>]
type JobInputType = struct
interface IArgumentCompleter
Public Structure JobInputType
Implements IArgumentCompleter, IEquatable(Of JobInputType)
- Inheritance
-
JobInputType
- Attributes
- Implements
Fields
CustomModel | |
Literal | |
MlflowModel | |
Mltable | |
TritonModel | |
UriFile | |
UriFolder |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(JobInputType) |
Compares values of enum type JobInputType |
Equals(Object) |
Compares values of enum type JobInputType (override for Object) |
GetHashCode() |
Returns hashCode for enum JobInputType |
ToString() |
Returns string representation for JobInputType |
Operators
Equality(JobInputType, JobInputType) |
Overriding == operator for enum JobInputType |
Implicit(JobInputType to String) |
Implicit operator to convert JobInputType to string |
Implicit(String to JobInputType) |
Implicit operator to convert string to JobInputType |
Inequality(JobInputType, JobInputType) |
Overriding != operator for enum JobInputType |