Share via


ExportedCustomSingleLabelClassificationProjectAsset Class

Definition

Represents the exported assets for a single-label classification project.

public class ExportedCustomSingleLabelClassificationProjectAsset : Azure.AI.Language.Text.Authoring.TextAuthoringExportedProjectAsset, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.ExportedCustomSingleLabelClassificationProjectAsset>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.ExportedCustomSingleLabelClassificationProjectAsset>
type ExportedCustomSingleLabelClassificationProjectAsset = class
    inherit TextAuthoringExportedProjectAsset
    interface IJsonModel<ExportedCustomSingleLabelClassificationProjectAsset>
    interface IPersistableModel<ExportedCustomSingleLabelClassificationProjectAsset>
Public Class ExportedCustomSingleLabelClassificationProjectAsset
Inherits TextAuthoringExportedProjectAsset
Implements IJsonModel(Of ExportedCustomSingleLabelClassificationProjectAsset), IPersistableModel(Of ExportedCustomSingleLabelClassificationProjectAsset)
Inheritance
ExportedCustomSingleLabelClassificationProjectAsset
Implements

Constructors

Name Description
ExportedCustomSingleLabelClassificationProjectAsset()

Initializes a new instance of ExportedCustomSingleLabelClassificationProjectAsset.

Properties

Name Description
Classes

The list of classes belonging to this project.

Documents

The list of documents belonging to this project.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ExportedCustomSingleLabelClassificationProjectAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExportedCustomSingleLabelClassificationProjectAsset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TextAuthoringExportedProjectAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from TextAuthoringExportedProjectAsset)
IJsonModel<TextAuthoringExportedProjectAsset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TextAuthoringExportedProjectAsset)
IPersistableModel<ExportedCustomSingleLabelClassificationProjectAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedCustomSingleLabelClassificationProjectAsset>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExportedCustomSingleLabelClassificationProjectAsset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TextAuthoringExportedProjectAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TextAuthoringExportedProjectAsset)
IPersistableModel<TextAuthoringExportedProjectAsset>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from TextAuthoringExportedProjectAsset)
IPersistableModel<TextAuthoringExportedProjectAsset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TextAuthoringExportedProjectAsset)

Applies to