Class ModelDescriptor

java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.clinical.model.ModelDescriptor
All Implemented Interfaces:
Identifiable, Serializable

public class ModelDescriptor extends AbstractIdentifiable
A lightweight representation of a model.
Since:
2.2
See Also:
  • Constructor Details

    • ModelDescriptor

      public ModelDescriptor(String id, String name, String type)
      It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the model descriptors returned by the API.
      Parameters:
      id - The identifier of the model.
      name - The name of the model.
      type - The standard type of the model.
  • Method Details