Поделиться через


ExportedCustomMultiLabelClassificationProjectAsset Class

Definition

Represents the exported assets for a custom multi-label classification project.

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

Constructors

ExportedCustomMultiLabelClassificationProjectAsset()

Initializes a new instance of ExportedCustomMultiLabelClassificationProjectAsset.

Properties

Classes

The list of classes in the project.

Documents

The list of documents in the project.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedCustomMultiLabelClassificationProjectAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedCustomMultiLabelClassificationProjectAsset>.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<ExportedCustomMultiLabelClassificationProjectAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedCustomMultiLabelClassificationProjectAsset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedCustomMultiLabelClassificationProjectAsset>.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