LabelingJobProperties Class

Definition

Labeling job definition.

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

Constructors

LabelingJobProperties()

Initializes a new instance of LabelingJobProperties.

Properties

ComponentId

ARM resource ID of the component resource.

(Inherited from MachineLearningJobProperties)
ComputeId

ARM resource ID of the compute resource.

(Inherited from MachineLearningJobProperties)
CreatedOn

Created time of the job in UTC timezone.

DataConfiguration

Configuration of data used in the job.

Description

The asset description text.

(Inherited from MachineLearningResourceBase)
DisplayName

Display name of job.

(Inherited from MachineLearningJobProperties)
ExperimentName

The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.

(Inherited from MachineLearningJobProperties)
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.

(Inherited from MachineLearningJobProperties)
IsArchived

Is the asset archived?.

(Inherited from MachineLearningJobProperties)
JobInstructionsUri

The link to a page with detailed labeling instructions for labelers.

LabelCategories

Label categories of the job.

LabelingJobMediaProperties

Media type specific properties in the job. Please note LabelingJobMediaProperties 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 LabelingJobImageProperties and LabelingJobTextProperties.

MlAssistConfiguration

Configuration of MLAssist feature in the job. Please note MachineLearningAssistConfiguration 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 MLAssistConfigurationDisabled and MachineLearningAssistEnabledConfiguration.

NotificationSetting

Notification setting for the job.

(Inherited from MachineLearningJobProperties)
ProgressMetrics

Progress metrics of the job.

ProjectId

Internal id of the job(Previously called project).

Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
ProvisioningState

Specifies the labeling job provisioning state.

SecretsConfiguration

Configuration for secrets to be made available during runtime.

(Inherited from MachineLearningJobProperties)
Services

List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.

(Inherited from MachineLearningJobProperties)
Status

Status of the job.

(Inherited from MachineLearningJobProperties)
StatusMessages

Status messages of the job.

Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from MachineLearningResourceBase)

Applies to