Share via


CustomVisionTrainingClient.UpdateImageMetadataWithHttpMessagesAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageMetadataUpdateSummary>> UpdateImageMetadataWithHttpMessagesAsync (Guid projectId, System.Collections.Generic.IList<Guid> imageIds, System.Collections.Generic.IDictionary<string,string> metadata, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateImageMetadataWithHttpMessagesAsync : Guid * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IDictionary<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.ImageMetadataUpdateSummary>>
override this.UpdateImageMetadataWithHttpMessagesAsync : Guid * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IDictionary<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.ImageMetadataUpdateSummary>>
Public Function UpdateImageMetadataWithHttpMessagesAsync (projectId As Guid, imageIds As IList(Of Guid), metadata As IDictionary(Of String, String), Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of ImageMetadataUpdateSummary))

Parameters

projectId
Guid
imageIds
IList<Guid>
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Implements

Applies to