Class ModelPermission

java.lang.Object
nl.dannyj.mistral.models.model.ModelPermission

public class ModelPermission extends Object
All of these are currently not documented by the API docs.
  • Constructor Details

    • ModelPermission

      public ModelPermission()
    • ModelPermission

      public ModelPermission(String id, String object, long created, boolean allowCreateEngine, boolean allowSampling, boolean allowLogprobs, boolean allowSearchIndices, boolean allowView, boolean allowFineTuning, String organization, String group, boolean isBlocking)
  • Method Details

    • getId

      public String getId()
    • getObject

      public String getObject()
    • getCreated

      public long getCreated()
    • isAllowCreateEngine

      public boolean isAllowCreateEngine()
    • isAllowSampling

      public boolean isAllowSampling()
    • isAllowLogprobs

      public boolean isAllowLogprobs()
    • isAllowSearchIndices

      public boolean isAllowSearchIndices()
    • isAllowView

      public boolean isAllowView()
    • isAllowFineTuning

      public boolean isAllowFineTuning()
    • getOrganization

      public String getOrganization()
    • getGroup

      public String getGroup()
    • isBlocking

      public boolean isBlocking()
    • toString

      public String toString()
      Overrides:
      toString in class Object