JobService Class
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.
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() |