ModelTaskType Struct

Definition

Model task type enum.

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

Constructors

ModelTaskType(String)

Initializes a new instance of ModelTaskType.

Properties

Classification

Classification.

QuestionAnswering

QuestionAnswering.

Regression

Regression.

Methods

Equals(ModelTaskType)

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

Equality(ModelTaskType, ModelTaskType)

Determines if two ModelTaskType values are the same.

Implicit(String to ModelTaskType)

Converts a string to a ModelTaskType.

Inequality(ModelTaskType, ModelTaskType)

Determines if two ModelTaskType values are not the same.

Applies to