CustomSingleLabelClassificationDocumentEvalResult 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 document evaluation result for a custom single-label classification project.
public class CustomSingleLabelClassificationDocumentEvalResult : Azure.AI.Language.Text.Authoring.TextAuthoringDocumentEvalResult, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.CustomSingleLabelClassificationDocumentEvalResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.CustomSingleLabelClassificationDocumentEvalResult>
type CustomSingleLabelClassificationDocumentEvalResult = class
inherit TextAuthoringDocumentEvalResult
interface IJsonModel<CustomSingleLabelClassificationDocumentEvalResult>
interface IPersistableModel<CustomSingleLabelClassificationDocumentEvalResult>
Public Class CustomSingleLabelClassificationDocumentEvalResult
Inherits TextAuthoringDocumentEvalResult
Implements IJsonModel(Of CustomSingleLabelClassificationDocumentEvalResult), IPersistableModel(Of CustomSingleLabelClassificationDocumentEvalResult)
- Inheritance
- Implements
Properties
CustomSingleLabelClassificationResult |
Represents the evaluation prediction for single label classification. |
Language |
Represents the document language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc. (Inherited from TextAuthoringDocumentEvalResult) |
Location |
Represents the document path. (Inherited from TextAuthoringDocumentEvalResult) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |