Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 855 Bytes

File metadata and controls

14 lines (10 loc) · 855 Bytes

V1alpha2XGBoostSpec

XGBoostSpec defines arguments for configuring XGBoost model serving.

Properties

Name Type Description Notes
nthread int Number of thread to be used by XGBoost [optional]
resources V1ResourceRequirements Defaults to requests and limits of 1CPU, 2Gb MEM. [optional]
runtime_version str XGBoost KFServer docker image version which defaults to latest release [optional]
storage_uri str The URI of the trained model which contains model.bst

[Back to Model list] [Back to API list] [Back to README]