你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IJobBaseProperties Interface

Definition

[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)

Applies to