你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FaceTrainingResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |