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


ExportedCustomAbstractiveSummarizationProjectAsset Class

Definition

Represents the exported assets for an abstractive summarization project.

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

Constructors

ExportedCustomAbstractiveSummarizationProjectAsset()

Initializes a new instance of ExportedCustomAbstractiveSummarizationProjectAsset.

Properties

Documents

The list of documents belonging to this project.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedCustomAbstractiveSummarizationProjectAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<ExportedCustomAbstractiveSummarizationProjectAsset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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