CustomVisionTrainingClientExtensions.UpdateIteration 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.
Update a specific iteration.
public static Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Iteration UpdateIteration(this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, Guid iterationId, Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Iteration updatedIteration);
static member UpdateIteration : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * Guid * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Iteration -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Iteration
<Extension()>
Public Function UpdateIteration (operations As ICustomVisionTrainingClient, projectId As Guid, iterationId As Guid, updatedIteration As Iteration) As Iteration
Parameters
- operations
- ICustomVisionTrainingClient
The operations group for this extension method.
- projectId
- Guid
Project id.
- iterationId
- Guid
Iteration id.
- updatedIteration
- Iteration
The updated iteration model.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET