ModelTaskType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET