CustomSingleLabelClassificationEvalSummary Class
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.
Represents the evaluation summary for a custom single-label classification project.
public class CustomSingleLabelClassificationEvalSummary : Azure.AI.Language.Text.Authoring.TextAuthoringEvalSummary, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.CustomSingleLabelClassificationEvalSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.CustomSingleLabelClassificationEvalSummary>
type CustomSingleLabelClassificationEvalSummary = class
inherit TextAuthoringEvalSummary
interface IJsonModel<CustomSingleLabelClassificationEvalSummary>
interface IPersistableModel<CustomSingleLabelClassificationEvalSummary>
Public Class CustomSingleLabelClassificationEvalSummary
Inherits TextAuthoringEvalSummary
Implements IJsonModel(Of CustomSingleLabelClassificationEvalSummary), IPersistableModel(Of CustomSingleLabelClassificationEvalSummary)
- Inheritance
- Implements
Properties
CustomSingleLabelClassificationEvaluation |
Contains the data related to single label classification evaluation. |
EvaluationOptions |
Represents the options used running the evaluation. (Inherited from TextAuthoringEvalSummary) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |