Delen via


CustomAbstractiveSummarizationOperationAction Class

Definition

An object representing the task definition for an Custom Abstractive Summarization task.

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

Constructors

CustomAbstractiveSummarizationOperationAction(CustomAbstractiveSummarizationActionContent)

Initializes a new instance of CustomAbstractiveSummarizationOperationAction.

Properties

ActionContent

Parameters for the Custom Abstractive Summarization task.

Name

task name.

(Inherited from AnalyzeTextOperationAction)

Explicit Interface Implementations

IJsonModel<AnalyzeTextOperationAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AnalyzeTextOperationAction)
IJsonModel<AnalyzeTextOperationAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalyzeTextOperationAction)
IJsonModel<CustomAbstractiveSummarizationOperationAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomAbstractiveSummarizationOperationAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextOperationAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AnalyzeTextOperationAction)
IPersistableModel<AnalyzeTextOperationAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AnalyzeTextOperationAction)
IPersistableModel<AnalyzeTextOperationAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AnalyzeTextOperationAction)
IPersistableModel<CustomAbstractiveSummarizationOperationAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomAbstractiveSummarizationOperationAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomAbstractiveSummarizationOperationAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to