MachineLearningDataLakeAnalytics 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.
A DataLakeAnalytics compute.
public class MachineLearningDataLakeAnalytics : Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningDataLakeAnalytics>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningDataLakeAnalytics>
public class MachineLearningDataLakeAnalytics : Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeProperties
type MachineLearningDataLakeAnalytics = class
inherit MachineLearningComputeProperties
interface IJsonModel<MachineLearningDataLakeAnalytics>
interface IPersistableModel<MachineLearningDataLakeAnalytics>
type MachineLearningDataLakeAnalytics = class
inherit MachineLearningComputeProperties
Public Class MachineLearningDataLakeAnalytics
Inherits MachineLearningComputeProperties
Implements IJsonModel(Of MachineLearningDataLakeAnalytics), IPersistableModel(Of MachineLearningDataLakeAnalytics)
Public Class MachineLearningDataLakeAnalytics
Inherits MachineLearningComputeProperties
- Inheritance
- Implements
Constructors
MachineLearningDataLakeAnalytics() |
Initializes a new instance of MachineLearningDataLakeAnalytics. |
Properties
ComputeLocation |
Location for the underlying compute. (Inherited from MachineLearningComputeProperties) |
CreatedOn |
The time at which the compute was created. (Inherited from MachineLearningComputeProperties) |
DataLakeStoreAccountName |
DataLake Store Account Name. |
Description |
The description of the Machine Learning compute. (Inherited from MachineLearningComputeProperties) |
DisableLocalAuth |
Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. (Inherited from MachineLearningComputeProperties) |
IsAttachedCompute |
Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. (Inherited from MachineLearningComputeProperties) |
ModifiedOn |
The time at which the compute was last modified. (Inherited from MachineLearningComputeProperties) |
ProvisioningErrors |
Errors during provisioning. (Inherited from MachineLearningComputeProperties) |
ProvisioningState |
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. (Inherited from MachineLearningComputeProperties) |
ResourceId |
ARM resource id of the underlying compute. (Inherited from MachineLearningComputeProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET