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