ExportedCustomSingleLabelClassificationProjectAsset 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 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
- Implements
Constructors
ExportedCustomSingleLabelClassificationProjectAsset() |
Initializes a new instance of ExportedCustomSingleLabelClassificationProjectAsset. |
Properties
Classes |
The list of classes belonging to this project. |
Documents |
The list of documents belonging to this project. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |