Delen via


FaceTrainingResult Class

Definition

Training result of a container.

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

Properties

CreatedDateTime

A combined UTC date and time string that describes the created time of the person group, large person group or large face list.

LastActionDateTime

A combined UTC date and time string that describes the last modify time of the person group, large person group or large face list, could be null value when the group is not successfully trained.

LastSuccessfulTrainingDateTime

A combined UTC date and time string that describes the last successful training time of the person group, large person group or large face list.

Message

Show failure message when training failed (omitted when training succeed).

Status

Training status of the container.

Explicit Interface Implementations

IJsonModel<FaceTrainingResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FaceTrainingResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FaceTrainingResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FaceTrainingResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FaceTrainingResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to