MachineLearningServices.RegistryModelVersionsCreateOrGetStartPendingUploadViaJsonStringWithResult 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.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IPendingUploadResponseDto> RegistryModelVersionsCreateOrGetStartPendingUploadViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string registryName, string modelName, string version, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.RegistryModelVersionsCreateOrGetStartPendingUploadViaJsonStringWithResult : string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IPendingUploadResponseDto>
Public Function RegistryModelVersionsCreateOrGetStartPendingUploadViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, registryName As String, modelName As String, version As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IPendingUploadResponseDto)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- registryName
- String
- modelName
- String
- version
- String
- jsonString
- String
- eventListener
- IEventListener
- sender
- ISendAsync