MachineLearningComputeSecrets Class

Definition

Secrets related to a Machine Learning compute. Might differ for every type of compute. Please note MachineLearningComputeSecrets is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningAksComputeSecrets, MachineLearningDatabricksComputeSecrets and MachineLearningVirtualMachineSecrets.

public abstract class MachineLearningComputeSecrets
type MachineLearningComputeSecrets = class
Public MustInherit Class MachineLearningComputeSecrets
Inheritance
MachineLearningComputeSecrets
Derived

Constructors

MachineLearningComputeSecrets()

Initializes a new instance of MachineLearningComputeSecrets.

Applies to