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


TextAuthoringProjectSettings Class

Definition

Represents the settings used to define the project behavior.

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

Constructors

TextAuthoringProjectSettings()

Initializes a new instance of TextAuthoringProjectSettings.

Properties

AmlProjectPath

The path to the AML connected project.

ConfidenceThreshold

The threshold of the class with the highest confidence, at which the prediction will automatically be changed to "None". The value of the threshold should be between 0 and 1 inclusive.

GptPredictiveLookahead

The predictive lookahead for GPT predictions that is specified by the user.

IsLabelingLocked

Indicates whether the labeling experience can be modified or not.

RunGptPredictions

Indicates whether to run GPT predictions or not.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringProjectSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringProjectSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringProjectSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringProjectSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringProjectSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to