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
| Name | Description |
|---|---|
| HdfsDatastore(MachineLearningDatastoreCredentials, String) |
Initializes a new instance of HdfsDatastore. |
Properties
| Name | Description |
|---|---|
| Credentials |
[Required] Account credentials. (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) |