다음을 통해 공유


MonitoringModelType Struct

Definition

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

MonitoringModelType(String)

Initializes a new instance of MonitoringModelType.

Properties

Classification

A model trained for classification tasks.

Regression

A model trained for regressions tasks.

Methods

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

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.

Applies to