MachineLearningJobProperties Class

Definition

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, LabelingJobProperties, MachineLearningPipelineJob, SparkJob and MachineLearningSweepJob.

public class MachineLearningJobProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase
type MachineLearningJobProperties = class
    inherit MachineLearningResourceBase
Public Class MachineLearningJobProperties
Inherits MachineLearningResourceBase
Inheritance
MachineLearningJobProperties
Derived

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)

Applies to