Skip to content

hsml.deployable_component #

DeployableComponent #

Bases: ABC

Configuration of a deployable component (predictor or transformer).

script_file property writable #

Script file ran by the deployment component (i.e., predictor or transformer).

resources property writable #

Resource configuration for the deployment component (i.e., predictor or transformer).

inference_batcher property writable #

Configuration of the inference batcher attached to the deployment component (i.e., predictor or transformer).

scaling_configuration property writable #

Scaling configuration for the deployment component (i.e., predictor or transformer).