ArmMachineLearningModelFactory.MonitorComputeIdentityBase(String) 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.
Monitor compute identity base definition. Please note this is the abstract base class. The derived classes available for instantiation are: AmlTokenComputeIdentity and ManagedComputeIdentity.
public static Azure.ResourceManager.MachineLearning.Models.MonitorComputeIdentityBase MonitorComputeIdentityBase(string computeIdentityType = default);
static member MonitorComputeIdentityBase : string -> Azure.ResourceManager.MachineLearning.Models.MonitorComputeIdentityBase
Public Shared Function MonitorComputeIdentityBase (Optional computeIdentityType As String = Nothing) As MonitorComputeIdentityBase
Parameters
- computeIdentityType
- String
[Required] Specifies the type of identity to use within the monitoring jobs.
Returns
A new MonitorComputeIdentityBase instance for mocking.