Udostępnij za pośrednictwem


ModelExtensions.GetPropertiesAsync(IModel, CancellationToken) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Personalizer.Models.ModelProperties> GetPropertiesAsync (this Microsoft.Azure.CognitiveServices.Personalizer.IModel operations, System.Threading.CancellationToken cancellationToken = default);
static member GetPropertiesAsync : Microsoft.Azure.CognitiveServices.Personalizer.IModel * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Personalizer.Models.ModelProperties>
<Extension()>
Public Function GetPropertiesAsync (operations As IModel, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ModelProperties)

Parameters

operations
IModel
cancellationToken
CancellationToken

Returns

Applies to