Closed ShivangiReja closed 1 year ago
Label prediction was below confidence level 0.6
for Model:ServiceLabels
: 'Extensions:0.4857908,Azure.Core:0.28164512,Storage:0.117870994'
CC: @annelo-msft
Do we make these public extension methods, or as shared source in Core?
Closing as duplicate of https://github.com/Azure/azure-sdk-for-net/issues/32006
Library name
Azure.Core
Please describe the feature.
HttpPipelineExtensions class exists in Generator.Shared and it has ProcessMessage methods which we use in DPG methods. Here is an example of how do we use these methods in DPG.
I think we should move all the methods from HttpPipelineExtensions to Azure.Core as it can be useful for the cases when someone has to handwrite the DPG methods.