CustomVisionTrainingClientExtensions.PublishIterationWithHttpMessages 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 static Microsoft.Rest.HttpOperationResponse<bool?> PublishIterationWithHttpMessages (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, Guid iterationId, string publishName, string predictionId, bool? overwrite = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member PublishIterationWithHttpMessages : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * Guid * string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse<Nullable<bool>>
<Extension()>
Public Function PublishIterationWithHttpMessages (operations As ICustomVisionTrainingClient, 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) As HttpOperationResponse(Of Nullable(Of Boolean))
Parameters
- operations
- ICustomVisionTrainingClient
- projectId
- Guid
- iterationId
- Guid
- publishName
- String
- predictionId
- String
- customHeaders
- Dictionary<String,List<String>>