ArmMachineLearningModelFactory.MachineLearningComputeSecrets(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.
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.