MachineLearningJobProperties 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.
Base definition for a job. Please note MachineLearningJobProperties 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 AutoMLJob, MachineLearningCommandJob, MachineLearningPipelineJob, SparkJob and MachineLearningSweepJob.
public class MachineLearningJobProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties>
public class MachineLearningJobProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase
type MachineLearningJobProperties = class
inherit MachineLearningResourceBase
interface IJsonModel<MachineLearningJobProperties>
interface IPersistableModel<MachineLearningJobProperties>
type MachineLearningJobProperties = class
inherit MachineLearningResourceBase
Public Class MachineLearningJobProperties
Inherits MachineLearningResourceBase
Implements IJsonModel(Of MachineLearningJobProperties), IPersistableModel(Of MachineLearningJobProperties)
Public Class MachineLearningJobProperties
Inherits MachineLearningResourceBase
- Inheritance
- Derived
- Implements
Constructors
MachineLearningJobProperties() |
Initializes a new instance of MachineLearningJobProperties. |
Properties
ComponentId |
ARM resource ID of the component resource. |
ComputeId |
ARM resource ID of the compute resource. |
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
DisplayName |
Display name of job. |
ExperimentName |
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. |
Identity |
Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null. Please note MachineLearningIdentityConfiguration 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 AmlToken, MachineLearningManagedIdentity and MachineLearningUserIdentity. |
IsArchived |
Is the asset archived?. |
NotificationSetting |
Notification setting for the job. |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
SecretsConfiguration |
Configuration for secrets to be made available during runtime. |
Services |
List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject. |
Status |
Status of the job. |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET