IPipelineJob Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PipelineJobTypeConverter))]
public interface IPipelineJob : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IJobBaseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PipelineJobTypeConverter))>]
type IPipelineJob = interface
interface IJsonSerializable
interface IJobBaseProperties
interface IResourceBase
Public Interface IPipelineJob
Implements IJobBaseProperties
- Derived
- Attributes
- Implements
Properties
ComponentId |
ARM resource ID of the component resource. (Inherited from IJobBaseProperties) |
ComputeId |
ARM resource ID of the compute resource. (Inherited from IJobBaseProperties) |
Description |
The asset description text. (Inherited from IResourceBase) |
DisplayName |
Display name of job. (Inherited from IJobBaseProperties) |
ExperimentName |
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. (Inherited from IJobBaseProperties) |
IdentityType |
[Required] Specifies the type of identity framework. (Inherited from IJobBaseProperties) |
Input |
Inputs for the pipeline job. |
IsArchived |
Is the asset archived? (Inherited from IJobBaseProperties) |
Job |
Jobs construct the Pipeline Job. |
JobType |
[Required] Specifies the type of job. (Inherited from IJobBaseProperties) |
NotificationSettingEmail |
This is the email recipient list which has a limitation of 499 characters in total concat with comma separator (Inherited from IJobBaseProperties) |
NotificationSettingEmailOn |
Send email notification to user on specified notification type (Inherited from IJobBaseProperties) |
NotificationSettingWebhook |
Send webhook callback to a service. Key is a user-provided name for the webhook. (Inherited from IJobBaseProperties) |
Output |
Outputs for the pipeline job |
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. (Inherited from IJobBaseProperties) |
Setting |
Pipeline settings, for things like ContinueRunOnStepFailure etc. |
SourceJobId |
ARM resource ID of source job. |
Status |
Status of the job. (Inherited from IJobBaseProperties) |
Tag |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from IResourceBase) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |