HdfsDatastore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The HdfsDatastore.
public class HdfsDatastore : Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreProperties
type HdfsDatastore = class
inherit MachineLearningDatastoreProperties
Public Class HdfsDatastore
Inherits MachineLearningDatastoreProperties
- Inheritance
Constructors
HdfsDatastore(MachineLearningDatastoreCredentials, String) |
Initializes a new instance of HdfsDatastore. |
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, MachineLearningNoneDatastoreCredentials, MachineLearningSasDatastoreCredentials and MachineLearningServicePrincipalDatastoreCredentials. (Inherited from MachineLearningDatastoreProperties) |
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
HdfsServerCertificate |
The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. |
IntellectualProperty |
Intellectual Property details. (Inherited from MachineLearningDatastoreProperties) |
IsDefault |
Readonly property to indicate if datastore is the workspace default datastore. (Inherited from MachineLearningDatastoreProperties) |
NameNodeAddress |
[Required] IP Address or DNS HostName. |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
Protocol |
Protocol used to communicate with the storage account (Https/Http). |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Applies to
Azure SDK for .NET