IJobBaseProperties.Service Property

Definition

List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="List of JobEndpoints.\r\n        For local jobs, a job endpoint will have an endpoint value of FileStreamObject.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IJobBaseServices) }, Read=true, ReadOnly=false, Required=false, SerializedName="services", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IJobBaseServices Service { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="List of JobEndpoints.\r\n        For local jobs, a job endpoint will have an endpoint value of FileStreamObject.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IJobBaseServices) }, Read=true, ReadOnly=false, Required=false, SerializedName="services", Update=true)>]
member this.Service : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IJobBaseServices with get, set
Public Property Service As IJobBaseServices

Property Value

Attributes

Applies to