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>>)

適用対象