ExportedCustomMultiLabelClassificationProjectAsset 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 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
- 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) |