Share via


JobBaseProperties Class

Definition

Base definition for a job.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.JobBasePropertiesTypeConverter))]
public class JobBaseProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IJobBaseProperties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.JobBasePropertiesTypeConverter))>]
type JobBaseProperties = class
    interface IJobBaseProperties
    interface IJsonSerializable
    interface IResourceBase
    interface IValidates
Public Class JobBaseProperties
Implements IJobBaseProperties, IValidates
Inheritance
JobBaseProperties
Attributes
Implements

Constructors

JobBaseProperties()

Creates an new JobBaseProperties instance.

Properties

ComputeId

ARM resource ID of the compute resource.

Description

The asset description text.

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.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobBaseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobBaseProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IJobBaseProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IJobBaseProperties interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of JobBaseProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobBaseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to