Share via


CustomAbstractiveSummarizationActionContent Class

Definition

Supported parameters for the Custom Abstractive Summarization task.

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

Constructors

CustomAbstractiveSummarizationActionContent(String, String)

Initializes a new instance of CustomAbstractiveSummarizationActionContent.

Properties

DeploymentName

This field indicates the deployment name for the model.

LoggingOptOut

logging opt out.

ProjectName

This field indicates the project name for the model.

SentenceCount

Controls the approximate number of sentences in the output summaries.

StringIndexType

String index type.

SummaryLength

(NOTE: Recommended to use summaryLength over sentenceCount) Controls the approximate length of the output summaries.

Explicit Interface Implementations

IJsonModel<CustomAbstractiveSummarizationActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomAbstractiveSummarizationActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomAbstractiveSummarizationActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomAbstractiveSummarizationActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomAbstractiveSummarizationActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to