CustomInferencingServer Class

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

Custom inferencing configurations.

Inheritance
builtins.object
CustomInferencingServer

Constructor

CustomInferencingServer(*, inference_configuration: OnlineInferenceConfiguration | None = None, **kwargs: Any)

Parameters

Name Description
inference_configuration
Required
<xref:OnlineInferenceConfiguration>

The inference configuration of the inferencing server.

Variables

Name Description
type

The type of the inferencing server.