Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CortexVersion = "0.16.1" // CORTEX_VERSION CortexVersionMinor = "0.16" // CORTEX_VERSION_MINOR DefaultImagePythonPredictorCPU = defaultDockerImage("python-predictor-cpu") DefaultImagePythonPredictorGPU = defaultDockerImage("python-predictor-gpu") DefaultImageTensorFlowServingCPU = defaultDockerImage("tensorflow-serving-cpu") DefaultImageTensorFlowServingGPU = defaultDockerImage("tensorflow-serving-gpu") DefaultImageTensorFlowPredictor = defaultDockerImage("tensorflow-predictor") DefaultImageONNXPredictorCPU = defaultDockerImage("onnx-predictor-cpu") DefaultImageONNXPredictorGPU = defaultDockerImage("onnx-predictor-gpu") DefaultImagePathsSet = strset.New( DefaultImagePythonPredictorCPU, DefaultImagePythonPredictorGPU, DefaultImageTensorFlowServingCPU, DefaultImageTensorFlowServingGPU, DefaultImageTensorFlowPredictor, DefaultImageONNXPredictorCPU, DefaultImageONNXPredictorGPU, ) MaxClassesPerTrackerRequest = 20 // cloudwatch.GeMetricData can get up to 100 metrics per request, avoid multiple requests and have room for other stats )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.