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.Api20220501.PipelineJobTypeConverter))]
public interface IPipelineJob : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IJobBaseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.PipelineJobTypeConverter))>]
type IPipelineJob = interface
interface IJsonSerializable
interface IJobBaseProperties
interface IResourceBase
Public Interface IPipelineJob
Implements IJobBaseProperties
- Derived
- Attributes
- Implements
Properties
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) |
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. |
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) |