Lingua

MachineLearningComputeSecrets Class

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.

[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

Applies to