ArmWeightsAndBiasesModelFactory.WeightsAndBiasesInstancePatch Method

Definition

The type used for update operations of the Instance Resource.

public static Azure.ResourceManager.WeightsAndBiases.Models.WeightsAndBiasesInstancePatch WeightsAndBiasesInstancePatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member WeightsAndBiasesInstancePatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.WeightsAndBiases.Models.WeightsAndBiasesInstancePatch
Public Shared Function WeightsAndBiasesInstancePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As WeightsAndBiasesInstancePatch

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

Returns

A new WeightsAndBiasesInstancePatch instance for mocking.

Applies to