Freigeben über


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

Name Description
ModelTaskType(String)

Initializes a new instance of ModelTaskType.

Properties

Name Description
Classification

Classification.

QuestionAnswering

QuestionAnswering.

Regression

Regression.

Methods

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

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