Share via


CustomMultiLabelClassificationOperationResult Class

Definition

Contains the custom multi label classification job result.

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

Properties

LastUpdateDateTime

The last updated time in UTC for the task.

(Inherited from AnalyzeTextOperationResult)
Name

task name.

(Inherited from AnalyzeTextOperationResult)
Results

List of results.

Status

The status of the task at the mentioned last update time.

(Inherited from AnalyzeTextOperationResult)

Explicit Interface Implementations

IJsonModel<AnalyzeTextOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalyzeTextOperationResult)
IJsonModel<CustomMultiLabelClassificationOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomMultiLabelClassificationOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AnalyzeTextOperationResult)
IPersistableModel<CustomMultiLabelClassificationOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomMultiLabelClassificationOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomMultiLabelClassificationOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to