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


ConversationAuthoringEvaluationJobResult Class

Definition

The ConversationAuthoringEvaluationJobResult.

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

Properties

EvaluationDetails

Represents the options used running the evaluation.

ModelLabel

Represents trained model label.

PercentComplete

Represents progress percentage.

TrainingConfigVersion

Represents training config version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringEvaluationJobResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringEvaluationJobResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringEvaluationJobResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringEvaluationJobResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringEvaluationJobResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to