Lingua

JobInputType Struct

Definition

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

Name Description
JobInputType(String)

Initializes a new instance of JobInputType.

Properties

Name Description
CustomModel

Gets the CustomModel.

Literal

Gets the Literal.

MlflowModel

Gets the MlflowModel.

Mltable

Gets the Mltable.

TritonModel

Gets the TritonModel.

UriFile

Gets the UriFile.

UriFolder

Gets the UriFolder.

Methods

Name Description
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

Name Description
Equality(JobInputType, JobInputType)

Determines if two JobInputType values are the same.

Implicit(String to JobInputType)

Converts a string to a JobInputType.

Implicit(String to Nullable<JobInputType>)
Inequality(JobInputType, JobInputType)

Determines if two JobInputType values are not the same.

Applies to