AnalysisConfig Class

Definition

This is the parameter set of either the Orchestration project itself or one of the target services. Please note AnalysisConfig is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ConversationConfig, LuisConfig and QuestionAnsweringConfig.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Conversations.Models.UnknownAnalysisConfig))]
public abstract class AnalysisConfig : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.AnalysisConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.AnalysisConfig>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Language.Conversations.Models.UnknownAnalysisConfig))>]
type AnalysisConfig = class
    interface IJsonModel<AnalysisConfig>
    interface IPersistableModel<AnalysisConfig>
Public MustInherit Class AnalysisConfig
Implements IJsonModel(Of AnalysisConfig), IPersistableModel(Of AnalysisConfig)
Inheritance
AnalysisConfig
Derived
Attributes
Implements

Constructors

AnalysisConfig()

Initializes a new instance of AnalysisConfig.

Properties

ApiVersion

The API version to use when call a specific target service.

Explicit Interface Implementations

IJsonModel<AnalysisConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalysisConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalysisConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalysisConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalysisConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to