MachineLearningDatabricksComputeSecrets Class

Definition

Secrets related to a Machine Learning compute based on Databricks.

public class MachineLearningDatabricksComputeSecrets : Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningDatabricksComputeSecrets>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningDatabricksComputeSecrets>
public class MachineLearningDatabricksComputeSecrets : Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSecrets
type MachineLearningDatabricksComputeSecrets = class
    inherit MachineLearningComputeSecrets
    interface IJsonModel<MachineLearningDatabricksComputeSecrets>
    interface IPersistableModel<MachineLearningDatabricksComputeSecrets>
type MachineLearningDatabricksComputeSecrets = class
    inherit MachineLearningComputeSecrets
Public Class MachineLearningDatabricksComputeSecrets
Inherits MachineLearningComputeSecrets
Implements IJsonModel(Of MachineLearningDatabricksComputeSecrets), IPersistableModel(Of MachineLearningDatabricksComputeSecrets)
Public Class MachineLearningDatabricksComputeSecrets
Inherits MachineLearningComputeSecrets
Inheritance
MachineLearningDatabricksComputeSecrets
Implements

Properties

DatabricksAccessToken

access token for databricks account.

Explicit Interface Implementations

IJsonModel<MachineLearningComputeSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MachineLearningComputeSecrets)
IJsonModel<MachineLearningComputeSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningComputeSecrets)
IJsonModel<MachineLearningDatabricksComputeSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningDatabricksComputeSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningComputeSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningComputeSecrets)
IPersistableModel<MachineLearningComputeSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MachineLearningComputeSecrets)
IPersistableModel<MachineLearningComputeSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningComputeSecrets)
IPersistableModel<MachineLearningDatabricksComputeSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningDatabricksComputeSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningDatabricksComputeSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to