Share via


OneLakeDatastore Class

Definition

OneLake (Trident) datastore configuration.

public class OneLakeDatastore : Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreProperties
type OneLakeDatastore = class
    inherit MachineLearningDatastoreProperties
Public Class OneLakeDatastore
Inherits MachineLearningDatastoreProperties
Inheritance

Constructors

OneLakeDatastore(MachineLearningDatastoreCredentials, OneLakeArtifact, String)

Initializes a new instance of OneLakeDatastore.

Properties

Artifact

[Required] OneLake artifact backing the datastore. Please note OneLakeArtifact 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 LakeHouseArtifact.

Credentials

[Required] Account credentials. Please note MachineLearningDatastoreCredentials 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 MachineLearningAccountKeyDatastoreCredentials, MachineLearningCertificateDatastoreCredentials, KerberosKeytabCredentials, KerberosPasswordCredentials, MachineLearningNoneDatastoreCredentials, MachineLearningSasDatastoreCredentials and MachineLearningServicePrincipalDatastoreCredentials.

(Inherited from MachineLearningDatastoreProperties)
Description

The asset description text.

(Inherited from MachineLearningResourceBase)
Endpoint

OneLake endpoint to use for the datastore.

IntellectualProperty

Intellectual Property details.

(Inherited from MachineLearningDatastoreProperties)
IsDefault

Readonly property to indicate if datastore is the workspace default datastore.

(Inherited from MachineLearningDatastoreProperties)
OneLakeWorkspaceName

[Required] OneLake workspace name.

Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
ServiceDataAccessAuthIdentity

Indicates which identity to use to authenticate service data access to customer's storage.

Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from MachineLearningResourceBase)

Applies to