MachineLearningAzureDataLakeGen2Datastore Class

Definition

Azure Data Lake Gen2 datastore configuration.

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

Constructors

MachineLearningAzureDataLakeGen2Datastore(MachineLearningDatastoreCredentials, String, String)

Initializes a new instance of MachineLearningAzureDataLakeGen2Datastore.

Properties

AccountName

[Required] Storage account name.

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, MachineLearningNoneDatastoreCredentials, MachineLearningSasDatastoreCredentials and MachineLearningServicePrincipalDatastoreCredentials.

(Inherited from MachineLearningDatastoreProperties)
Description

The asset description text.

(Inherited from MachineLearningResourceBase)
Endpoint

Azure cloud endpoint for the storage account.

Filesystem

[Required] The name of the Data Lake Gen2 filesystem.

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

Protocol used to communicate with the storage account.

ResourceGroup

Azure Resource Group name.

ServiceDataAccessAuthIdentity

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

SubscriptionId

Azure Subscription Id.

Tags

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

(Inherited from MachineLearningResourceBase)

Explicit Interface Implementations

IJsonModel<MachineLearningAzureDataLakeGen2Datastore>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningAzureDataLakeGen2Datastore>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningDatastoreProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningDatastoreProperties)
IJsonModel<MachineLearningResourceBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningResourceBase)
IPersistableModel<MachineLearningAzureDataLakeGen2Datastore>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningAzureDataLakeGen2Datastore>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningAzureDataLakeGen2Datastore>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningDatastoreProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningDatastoreProperties)
IPersistableModel<MachineLearningResourceBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningResourceBase)

Applies to