ExportedCustomMultiLabelClassificationDocument 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 an exported document of a custom multi-label classification project.
public class ExportedCustomMultiLabelClassificationDocument : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.ExportedCustomMultiLabelClassificationDocument>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.ExportedCustomMultiLabelClassificationDocument>
type ExportedCustomMultiLabelClassificationDocument = class
interface IJsonModel<ExportedCustomMultiLabelClassificationDocument>
interface IPersistableModel<ExportedCustomMultiLabelClassificationDocument>
Public Class ExportedCustomMultiLabelClassificationDocument
Implements IJsonModel(Of ExportedCustomMultiLabelClassificationDocument), IPersistableModel(Of ExportedCustomMultiLabelClassificationDocument)
- Inheritance
-
ExportedCustomMultiLabelClassificationDocument
- Implements
Constructors
ExportedCustomMultiLabelClassificationDocument() |
Initializes a new instance of ExportedCustomMultiLabelClassificationDocument. |
Properties
Classes |
The document classes. |
Dataset |
The dataset for this document. Allowed values are 'Train' and 'Test'. |
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. |
Location |
The location of the document in the storage. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ExportedCustomMultiLabelClassificationDocument>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExportedCustomMultiLabelClassificationDocument>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExportedCustomMultiLabelClassificationDocument>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExportedCustomMultiLabelClassificationDocument>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExportedCustomMultiLabelClassificationDocument>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |