IServerlessInferenceEndpoint.Header 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.
Specifies any required headers to target this serverless endpoint.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Specifies any required headers to target this serverless endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServerlessInferenceEndpointHeaders) }, ReadOnly=true, Required=false, SerializedName="headers")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServerlessInferenceEndpointHeaders Header { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Specifies any required headers to target this serverless endpoint.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServerlessInferenceEndpointHeaders) }, ReadOnly=true, Required=false, SerializedName="headers")>]
member this.Header : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServerlessInferenceEndpointHeaders
Public ReadOnly Property Header As IServerlessInferenceEndpointHeaders
Property Value
- Attributes