IJobBaseProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.JobBasePropertiesTypeConverter))]
public interface IJobBaseProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.JobBasePropertiesTypeConverter))>]
type IJobBaseProperties = interface
    interface IJsonSerializable
    interface IResourceBase
Public Interface IJobBaseProperties
Implements IResourceBase
Derived
Attributes
Implements

Properties

ComponentId

ARM resource ID of the component resource.

ComputeId

ARM resource ID of the compute resource.

Description

The asset description text.

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

IdentityType

[Required] Specifies the type of identity framework.

IsArchived

Is the asset archived?

JobType

[Required] Specifies the type of job.

NotificationSettingEmail

This is the email recipient list which has a limitation of 499 characters in total concat with comma separator

NotificationSettingEmailOn

Send email notification to user on specified notification type

NotificationSettingWebhook

Send webhook callback to a service. Key is a user-provided name for the webhook.

Property

The asset property dictionary.

(Inherited from IResourceBase)
Service

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

Status

Status of the job.

Tag

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

(Inherited from IResourceBase)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to