CustomVisionTrainingClient.PublishIterationWithHttpMessagesAsync 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.
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<bool?>> PublishIterationWithHttpMessagesAsync (Guid projectId, Guid iterationId, string publishName, string predictionId, bool? overwrite = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PublishIterationWithHttpMessagesAsync : Guid * Guid * string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Nullable<bool>>>
override this.PublishIterationWithHttpMessagesAsync : Guid * Guid * string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Nullable<bool>>>
Public Function PublishIterationWithHttpMessagesAsync (projectId As Guid, iterationId As Guid, publishName As String, predictionId As String, Optional overwrite As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Nullable(Of Boolean)))
Parameters
- projectId
- Guid
- iterationId
- Guid
- publishName
- String
- predictionId
- String
- customHeaders
- Dictionary<String,List<String>>
- cancellationToken
- CancellationToken