ภาษา

ArmMachineLearningModelFactory.MachineLearningComputeSecrets(String) Method

Definition

Secrets related to a Machine Learning compute. Might differ for every type of compute. Please note this is the abstract base class. The derived classes available for instantiation are: MachineLearningAksComputeSecrets, MachineLearningVirtualMachineSecrets, and MachineLearningDatabricksComputeSecrets.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets MachineLearningComputeSecrets(string computeType = default);
static member MachineLearningComputeSecrets : string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets
Public Shared Function MachineLearningComputeSecrets (Optional computeType As String = Nothing) As MachineLearningComputeSecrets

Parameters

computeType
String

The type of compute.

Returns

A new MachineLearningComputeSecrets instance for mocking.

Applies to