Share via


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.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownComputeSecrets))]
public abstract class MachineLearningComputeSecrets : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets>
public abstract class MachineLearningComputeSecrets
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownComputeSecrets))>]
type MachineLearningComputeSecrets = class
    interface IJsonModel<MachineLearningComputeSecrets>
    interface IPersistableModel<MachineLearningComputeSecrets>
type MachineLearningComputeSecrets = class
Public MustInherit Class MachineLearningComputeSecrets
Implements IJsonModel(Of MachineLearningComputeSecrets), IPersistableModel(Of MachineLearningComputeSecrets)
Public MustInherit Class MachineLearningComputeSecrets
Inheritance
MachineLearningComputeSecrets
Derived
Attributes
Implements

Constructors

Explicit Interface Implementations

Applies to