OnlineInferenceConfiguration 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.
Online inference configuration options.
public class OnlineInferenceConfiguration
type OnlineInferenceConfiguration = class
Public Class OnlineInferenceConfiguration
- Inheritance
-
OnlineInferenceConfiguration
Constructors
OnlineInferenceConfiguration() |
Initializes a new instance of OnlineInferenceConfiguration. |
Properties
Configurations |
Additional configurations. |
EntryScript |
Entry script or command to invoke. |
LivenessRoute |
The route to check the liveness of the inference server container. |
ReadinessRoute |
The route to check the readiness of the inference server container. |
ScoringRoute |
The port to send the scoring requests to, within the inference server container. |
Applies to
Azure SDK for .NET