Sprog

JobType Struct

Definition

Enum to determine the type of job.

public readonly struct JobType : IEquatable<Azure.ResourceManager.MachineLearning.Models.JobType>
type JobType = struct
Public Structure JobType
Implements IEquatable(Of JobType)
Inheritance
JobType
Implements

Constructors

Name Description
JobType(String)

Initializes a new instance of JobType.

Properties

Name Description
AutoML

Gets the AutoML.

Command

Gets the Command.

Pipeline

Gets the Pipeline.

Spark

Gets the Spark.

Sweep

Gets the Sweep.

Methods

Name Description
Equals(JobType)

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(JobType, JobType)

Determines if two JobType values are the same.

Implicit(String to JobType)

Converts a string to a JobType.

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

Determines if two JobType values are not the same.

Applies to