Share via


MachineLearningAzureDataLakeGen1Datastore Class

Definition

Azure Data Lake Gen1 datastore configuration.

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

Constructors

MachineLearningAzureDataLakeGen1Datastore(MachineLearningDatastoreCredentials, String)

Initializes a new instance of MachineLearningAzureDataLakeGen1Datastore.

Properties

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)
IntellectualProperty

Intellectual Property details.

(Inherited from MachineLearningDatastoreProperties)
IsDefault

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

(Inherited from MachineLearningDatastoreProperties)
Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
ResourceGroup

Azure Resource Group name.

ServiceDataAccessAuthIdentity

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

StoreName

[Required] Azure Data Lake store name.

SubscriptionId

Azure Subscription Id.

Tags

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

(Inherited from MachineLearningResourceBase)

Applies to