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 this is the base class. The derived classes available for instantiation are: 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
| Name | Description |
|---|---|
| MachineLearningJobProperties() |
Initializes a new instance of MachineLearningJobProperties. |
| MachineLearningJobProperties(JobType) |
Initializes a new instance of MachineLearningJobProperties. |
Properties
| Name | Description |
|---|---|
| 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. |
| 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) |