IJobBaseProperties.Service Property
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.
List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(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.Api20220501.IJobBaseServices) }, ReadOnly=false, Required=false, SerializedName="services")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IJobBaseServices Service { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(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.Api20220501.IJobBaseServices) }, ReadOnly=false, Required=false, SerializedName="services")>]
member this.Service : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IJobBaseServices with get, set
Public Property Service As IJobBaseServices
Property Value
- Attributes