Uses of Class
com.codedstream.otterstream.inference.model.ModelMetadata
-
-
Uses of ModelMetadata in com.codedstream.otterstream.inference.engine
Methods in com.codedstream.otterstream.inference.engine that return ModelMetadata Modifier and Type Method Description ModelMetadataInferenceEngine. getMetadata()Gets metadata about the loaded model. -
Uses of ModelMetadata in com.codedstream.otterstream.inference.model
Methods in com.codedstream.otterstream.inference.model that return ModelMetadata Modifier and Type Method Description ModelMetadataModelMetadata.Builder. build()Builds a new ModelMetadata instance.ModelMetadataModelLoader. getModelMetadata(T model)Extracts metadata from a loaded model. -
Uses of ModelMetadata in com.codedstream.otterstream.onnx
Methods in com.codedstream.otterstream.onnx that return ModelMetadata Modifier and Type Method Description ModelMetadataOnnxInferenceEngine. getMetadata()Gets metadata about the loaded model.ModelMetadataOnnxModelLoader. getModelMetadata(InferenceSession model)Extracts metadata from a loaded ONNX model. -
Uses of ModelMetadata in com.codedstream.otterstream.pmml
Methods in com.codedstream.otterstream.pmml that return ModelMetadata Modifier and Type Method Description ModelMetadataPmmlInferenceEngine. getMetadata()Gets metadata about the loaded PMML model. -
Uses of ModelMetadata in com.codedstream.otterstream.pytorch
Methods in com.codedstream.otterstream.pytorch that return ModelMetadata Modifier and Type Method Description ModelMetadataTorchScriptInferenceEngine. getMetadata()Gets metadata about the loaded PyTorch model. -
Uses of ModelMetadata in com.codedstream.otterstream.remote.http
Methods in com.codedstream.otterstream.remote.http that return ModelMetadata Modifier and Type Method Description ModelMetadataHttpInferenceClient. getMetadata()Gets metadata about the remote model. -
Uses of ModelMetadata in com.codedstream.otterstream.remote.sagemaker
Methods in com.codedstream.otterstream.remote.sagemaker that return ModelMetadata Modifier and Type Method Description ModelMetadataSageMakerInferenceClient. getMetadata()Gets metadata about the SageMaker model. -
Uses of ModelMetadata in com.codedstream.otterstream.remote.vertex
Methods in com.codedstream.otterstream.remote.vertex that return ModelMetadata Modifier and Type Method Description ModelMetadataVertexAIInferenceClient. getMetadata()Gets metadata about the Vertex AI model. -
Uses of ModelMetadata in com.codedstream.otterstream.tensorflow
Methods in com.codedstream.otterstream.tensorflow that return ModelMetadata Modifier and Type Method Description ModelMetadataTensorFlowInferenceEngine. getMetadata()Gets metadata about the loaded TensorFlow model. -
Uses of ModelMetadata in com.codedstream.otterstream.xgboost
Methods in com.codedstream.otterstream.xgboost that return ModelMetadata Modifier and Type Method Description ModelMetadataXGBoostInferenceEngine. getMetadata()Gets metadata about the loaded XGBoost model. -
Uses of ModelMetadata in com.codedstreams.otterstreams.sql.runtime
Methods in com.codedstreams.otterstreams.sql.runtime that return ModelMetadata Modifier and Type Method Description ModelMetadataTensorFlowGraphDefEngine. getMetadata()ModelMetadataTensorFlowSavedModelEngine. getMetadata()
-