MonitoringModelType 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.
The MonitoringModelType.
public readonly struct MonitoringModelType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MonitoringModelType>
type MonitoringModelType = struct
Public Structure MonitoringModelType
Implements IEquatable(Of MonitoringModelType)
- Inheritance
-
MonitoringModelType
- Implements
Constructors
| Name | Description |
|---|---|
| MonitoringModelType(String) |
Initializes a new instance of MonitoringModelType. |
Properties
| Name | Description |
|---|---|
| Classification |
A model trained for classification tasks. |
| Regression |
A model trained for regressions tasks. |
Methods
| Name | Description |
|---|---|
| Equals(MonitoringModelType) |
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(MonitoringModelType, MonitoringModelType) |
Determines if two MonitoringModelType values are the same. |
| Implicit(String to MonitoringModelType) |
Converts a string to a MonitoringModelType. |
| Inequality(MonitoringModelType, MonitoringModelType) |
Determines if two MonitoringModelType values are not the same. |