PredictionResourceFormatResource.GetTrainingResultsAsync Method
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.
Gets training results.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}/getTrainingResults
- Operation Id: Predictions_GetTrainingResults
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.Models.PredictionTrainingResults>> GetTrainingResultsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetTrainingResultsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.Models.PredictionTrainingResults>>
override this.GetTrainingResultsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.Models.PredictionTrainingResults>>
Public Overridable Function GetTrainingResultsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PredictionTrainingResults))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.