CustomMultiLabelClassificationDocumentEvalResult 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 multi-label classification project.
public class CustomMultiLabelClassificationDocumentEvalResult : Azure.AI.Language.Text.Authoring.TextAuthoringDocumentEvalResult, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.CustomMultiLabelClassificationDocumentEvalResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.CustomMultiLabelClassificationDocumentEvalResult>
type CustomMultiLabelClassificationDocumentEvalResult = class
inherit TextAuthoringDocumentEvalResult
interface IJsonModel<CustomMultiLabelClassificationDocumentEvalResult>
interface IPersistableModel<CustomMultiLabelClassificationDocumentEvalResult>
Public Class CustomMultiLabelClassificationDocumentEvalResult
Inherits TextAuthoringDocumentEvalResult
Implements IJsonModel(Of CustomMultiLabelClassificationDocumentEvalResult), IPersistableModel(Of CustomMultiLabelClassificationDocumentEvalResult)
- Inheritance
- Implements
Properties
CustomMultiLabelClassificationResult |
Represents the evaluation prediction for multi 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) |