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

JobOutputType Struct

Definition

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

Applies to