ArmMachineLearningModelFactory.ServerlessInferenceEndpoint Method
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.
The ServerlessInferenceEndpoint.
public static Azure.ResourceManager.MachineLearning.Models.ServerlessInferenceEndpoint ServerlessInferenceEndpoint(System.Collections.Generic.IReadOnlyDictionary<string,string> headers = default, Uri uri = default);
static member ServerlessInferenceEndpoint : System.Collections.Generic.IReadOnlyDictionary<string, string> * Uri -> Azure.ResourceManager.MachineLearning.Models.ServerlessInferenceEndpoint
Public Shared Function ServerlessInferenceEndpoint (Optional headers As IReadOnlyDictionary(Of String, String) = Nothing, Optional uri As Uri = Nothing) As ServerlessInferenceEndpoint
Parameters
- headers
- IReadOnlyDictionary<String,String>
Specifies any required headers to target this serverless endpoint.
- uri
- Uri
[Required] The inference uri to target when making requests against the Serverless Endpoint.
Returns
A new ServerlessInferenceEndpoint instance for mocking.