你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobInputType Struct

Definition

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

Applies to