- close() - Method in class com.spotify.zoltar.mlengine.MlEngineModel
-
Close the model.
- close() - Method in class com.spotify.zoltar.tf.TensorFlowGraphModel
-
Close the model.
- close() - Method in class com.spotify.zoltar.tf.TensorFlowModel
-
Close the model.
- close() - Method in class com.spotify.zoltar.xgboost.XGBoostModel
-
Closes the model.
- com.spotify.zoltar - package com.spotify.zoltar
-
- com.spotify.zoltar.examples.apollo - package com.spotify.zoltar.examples.apollo
-
- com.spotify.zoltar.examples.batch - package com.spotify.zoltar.examples.batch
-
- com.spotify.zoltar.examples.metrics - package com.spotify.zoltar.examples.metrics
-
- com.spotify.zoltar.examples.mlengine - package com.spotify.zoltar.examples.mlengine
-
- com.spotify.zoltar.featran - package com.spotify.zoltar.featran
-
- com.spotify.zoltar.fs - package com.spotify.zoltar.fs
-
- com.spotify.zoltar.loaders - package com.spotify.zoltar.loaders
-
- com.spotify.zoltar.metrics - package com.spotify.zoltar.metrics
-
- com.spotify.zoltar.metrics.semantic - package com.spotify.zoltar.metrics.semantic
-
- com.spotify.zoltar.mlengine - package com.spotify.zoltar.mlengine
-
- com.spotify.zoltar.tf - package com.spotify.zoltar.tf
-
- com.spotify.zoltar.xgboost - package com.spotify.zoltar.xgboost
-
- create(ModelConfig, PredictorMetrics) - Static method in class com.spotify.zoltar.examples.apollo.IrisPredictor
-
Configure Iris prediction, should be called at the service startup/configuration stage.
- create(URI, URI) - Static method in class com.spotify.zoltar.examples.apollo.ModelConfig
-
- create(String, String, String) - Static method in class com.spotify.zoltar.examples.mlengine.MlEnginePredictorExample
-
Runs a simple Iris prediction against the running Iris ml-engine instance.
- create(FeatureExtractFns.ExtractFn<InputT, ValueT>) - Static method in interface com.spotify.zoltar.FeatureExtractor
-
- create(SemanticMetricRegistry, MetricId) - Static method in class com.spotify.zoltar.metrics.semantic.SemanticPredictorMetrics
-
Creates a new @{link SemanticPredictorMetrics}.
- create(String, String) - Static method in interface com.spotify.zoltar.mlengine.MlEngineLoader
-
Returns a Google Cloud ML Engine model loader that references the default model.
- create(String, String, String) - Static method in interface com.spotify.zoltar.mlengine.MlEngineLoader
-
Returns a Google Cloud ML Engine model loader.
- create(Model.Id) - Static method in interface com.spotify.zoltar.mlengine.MlEngineLoader
-
Returns a Google Cloud ML Engine model loader.
- create(ModelLoader.ThrowableSupplier<MlEngineModel>) - Static method in interface com.spotify.zoltar.mlengine.MlEngineLoader
-
Returns a Google Cloud ML Engine model loader.
- create(Model.Id) - Static method in class com.spotify.zoltar.mlengine.MlEngineModel
-
Creates a Google Cloud ML Engine backed model.
- create(String) - Static method in class com.spotify.zoltar.Model.Id
-
- create(InputT, ValueT) - Static method in class com.spotify.zoltar.Prediction
-
Create a new prediction result.
- create(Tensor<?>) - Static method in class com.spotify.zoltar.tf.JTensor
-
Create a new
JTensor instance by extracting data from the underlying
Tensor
and closing it afterwards.
- create(String, ConfigProto, String) - Static method in interface com.spotify.zoltar.tf.TensorFlowGraphLoader
-
Returns a TensorFlow model loader based on a serialized TensorFlow
Graph.
- create(Model.Id, String, ConfigProto, String) - Static method in interface com.spotify.zoltar.tf.TensorFlowGraphLoader
-
Returns a TensorFlow model loader based on a serialized TensorFlow
Graph.
- create(byte[], ConfigProto, String) - Static method in interface com.spotify.zoltar.tf.TensorFlowGraphLoader
-
Returns a TensorFlow model loader based on a serialized TensorFlow
Graph.
- create(Model.Id, byte[], ConfigProto, String) - Static method in interface com.spotify.zoltar.tf.TensorFlowGraphLoader
-
Returns a TensorFlow model loader based on a serialized TensorFlow
Graph.
- create(ModelLoader.ThrowableSupplier<TensorFlowGraphModel>) - Static method in interface com.spotify.zoltar.tf.TensorFlowGraphLoader
-
Returns a TensorFlow model loader based on a serialized TensorFlow
Graph.
- create(URI, ConfigProto, String) - Static method in class com.spotify.zoltar.tf.TensorFlowGraphModel
-
Note: Please use Models from zoltar-models module.
- create(Model.Id, URI, ConfigProto, String) - Static method in class com.spotify.zoltar.tf.TensorFlowGraphModel
-
Note: Please use Models from zoltar-models module.
- create(byte[], ConfigProto, String) - Static method in class com.spotify.zoltar.tf.TensorFlowGraphModel
-
Note: Please use Models from zoltar-models module.
- create(Model.Id, byte[], ConfigProto, String) - Static method in class com.spotify.zoltar.tf.TensorFlowGraphModel
-
Note: Please use Models from zoltar-models module.
- create(String) - Static method in interface com.spotify.zoltar.tf.TensorFlowLoader
-
Returns a TensorFlow model loader based on a saved model.
- create(Model.Id, String) - Static method in interface com.spotify.zoltar.tf.TensorFlowLoader
-
Returns a TensorFlow model loader based on a saved model.
- create(String, TensorFlowModel.Options) - Static method in interface com.spotify.zoltar.tf.TensorFlowLoader
-
Returns a TensorFlow model loader based on a saved model.
- create(Model.Id, String, TensorFlowModel.Options) - Static method in interface com.spotify.zoltar.tf.TensorFlowLoader
-
Returns a TensorFlow model loader based on a saved model.
- create(ModelLoader.ThrowableSupplier<TensorFlowModel>) - Static method in interface com.spotify.zoltar.tf.TensorFlowLoader
-
Returns a TensorFlow model loader based on a saved model.
- create(URI) - Static method in class com.spotify.zoltar.tf.TensorFlowModel
-
Note: Please use Models from zoltar-models module.
- create(Model.Id, URI) - Static method in class com.spotify.zoltar.tf.TensorFlowModel
-
Note: Please use Models from zoltar-models module.
- create(URI, TensorFlowModel.Options) - Static method in class com.spotify.zoltar.tf.TensorFlowModel
-
Note: Please use Models from zoltar-models module.
- create(Model.Id, URI, TensorFlowModel.Options) - Static method in class com.spotify.zoltar.tf.TensorFlowModel
-
Note: Please use Models from zoltar-models module.
- create(InputT, ValueT) - Static method in class com.spotify.zoltar.Vector
-
Create a new feature extraction result.
- create(String) - Static method in interface com.spotify.zoltar.xgboost.XGBoostLoader
-
Returns a XGBoost model loader given the serialized model stored in the model URI.
- create(Model.Id, String) - Static method in interface com.spotify.zoltar.xgboost.XGBoostLoader
-
Returns a XGBoost model loader given the serialized model stored in the model URI.
- create(ModelLoader.ThrowableSupplier<XGBoostModel>) - Static method in interface com.spotify.zoltar.xgboost.XGBoostLoader
-
Returns a XGBoost model loader given the serialized model stored in the model URI.
- create(URI) - Static method in class com.spotify.zoltar.xgboost.XGBoostModel
-
Note: Please use Models from zoltar-models module.
- create(Model.Id, URI) - Static method in class com.spotify.zoltar.xgboost.XGBoostModel
-
Note: Please use Models from zoltar-models module.