ExportedCustomAbstractiveSummarizationDocument 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 for a custom abstractive summarization project.
public class ExportedCustomAbstractiveSummarizationDocument : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.ExportedCustomAbstractiveSummarizationDocument>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.ExportedCustomAbstractiveSummarizationDocument>
type ExportedCustomAbstractiveSummarizationDocument = class
interface IJsonModel<ExportedCustomAbstractiveSummarizationDocument>
interface IPersistableModel<ExportedCustomAbstractiveSummarizationDocument>
Public Class ExportedCustomAbstractiveSummarizationDocument
Implements IJsonModel(Of ExportedCustomAbstractiveSummarizationDocument), IPersistableModel(Of ExportedCustomAbstractiveSummarizationDocument)
- Inheritance
-
ExportedCustomAbstractiveSummarizationDocument
- Implements
Constructors
ExportedCustomAbstractiveSummarizationDocument(String) |
Initializes a new instance of ExportedCustomAbstractiveSummarizationDocument. |
Properties
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. |
SummaryLocation |
Represents the summary file location in the blob store container associated with the project. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ExportedCustomAbstractiveSummarizationDocument>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExportedCustomAbstractiveSummarizationDocument>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExportedCustomAbstractiveSummarizationDocument>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExportedCustomAbstractiveSummarizationDocument>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExportedCustomAbstractiveSummarizationDocument>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |