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

JobService Class

Definition

Job endpoint definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.JobServiceTypeConverter))]
public class JobService : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IJobService
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.JobServiceTypeConverter))>]
type JobService = class
    interface IJobService
    interface IJsonSerializable
Public Class JobService
Implements IJobService
Inheritance
JobService
Attributes
Implements

Constructors

JobService()

Creates an new JobService instance.

Properties

Endpoint

Url for endpoint.

ErrorMessage

Any error in the service.

Port

Port for endpoint.

Property

Additional properties to set on the endpoint.

Status

Status of endpoint.

Type

Endpoint type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobService.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobService.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IJobService.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobService into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to