ArmMachineLearningModelFactory.MachineLearningBatchDeploymentPatch 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 Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchDeploymentPatch MachineLearningBatchDeploymentPatch(string partialBatchDeploymentDescription = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member MachineLearningBatchDeploymentPatch : string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchDeploymentPatch
Public Shared Function MachineLearningBatchDeploymentPatch (Optional partialBatchDeploymentDescription As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As MachineLearningBatchDeploymentPatch
Parameters
- partialBatchDeploymentDescription
- String
Description of the endpoint deployment.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new MachineLearningBatchDeploymentPatch instance for mocking.