This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.api.ml.ModelMetadata (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.api.ml.ModelMetadata

Packages that use ModelMetadata
org.apache.lens.client   
org.apache.lens.server.ml   
 

Uses of ModelMetadata in org.apache.lens.client
 

Methods in org.apache.lens.client that return ModelMetadata
 ModelMetadata LensMLJerseyClient.getModelMetadata(String algorithm, String modelID)
          Gets the model metadata.
 

Uses of ModelMetadata in org.apache.lens.server.ml
 

Methods in org.apache.lens.server.ml that return ModelMetadata
 ModelMetadata MLServiceResource.getModelMetadata(String algorithm, String modelID)
          Get metadata of the model given algorithm and model ID.
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.