你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Model 类

定义

public class Model : Microsoft.Azure.CognitiveServices.Personalizer.IModel, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Personalizer.PersonalizerClient>
type Model = class
    interface IServiceOperations<PersonalizerClient>
    interface IModel
Public Class Model
Implements IModel, IServiceOperations(Of PersonalizerClient)
继承
Model
实现

构造函数

Model(PersonalizerClient)

属性

Client

方法

GetPropertiesWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
ResetWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

扩展方法

Get(IModel)
GetAsync(IModel, CancellationToken)
GetProperties(IModel)
GetPropertiesAsync(IModel, CancellationToken)
GetPropertiesWithHttpMessages(IModel, Dictionary<String,List<String>>)
GetWithHttpMessages(IModel, Dictionary<String,List<String>>)
Reset(IModel)
ResetAsync(IModel, CancellationToken)
ResetWithHttpMessages(IModel, Dictionary<String,List<String>>)

适用于