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