ICustomVisionTrainingClient.ExportIterationWithHttpMessagesAsync 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.
Exportiert eine trainierte Iteration.
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Export>> ExportIterationWithHttpMessagesAsync(Guid projectId, Guid iterationId, string platform, string flavor = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExportIterationWithHttpMessagesAsync : Guid * Guid * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Export>>
Public Function ExportIterationWithHttpMessagesAsync (projectId As Guid, iterationId As Guid, platform As String, Optional flavor As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Export))
Parameter
- projectId
- Guid
Die Projekt-ID.
- iterationId
- Guid
Die Iterations-ID.
- platform
- String
Die Zielplattform. Mögliche Werte: "CoreML", "TensorFlow", "DockerFile", "ONNX"
- flavor
- String
Die Variante der Zielplattform. Mögliche Werte: "Linux", "Windows", "ONNX10", "ONNX12"
- customHeaders
- Dictionary<String,List<String>>
Die Header, die der Anforderung hinzugefügt werden.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET