Lingua

ArmMachineLearningModelFactory.MachineLearningBatchDeploymentPatch Method

Definition

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.

Applies to