HubResource.GetPredictionResourceFormat(String, CancellationToken) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine Vorhersage im Hub ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}
- Vorgang IdPredictions_Get
public virtual Azure.Response<Azure.ResourceManager.CustomerInsights.PredictionResourceFormatResource> GetPredictionResourceFormat (string predictionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPredictionResourceFormat : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.PredictionResourceFormatResource>
override this.GetPredictionResourceFormat : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.PredictionResourceFormatResource>
Public Overridable Function GetPredictionResourceFormat (predictionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PredictionResourceFormatResource)
Parameter
- predictionName
- String
Der Name der Vorhersage.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
predictionName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
predictionName
ist NULL.