Package nl.dannyj.mistral.models.model
Class ModelPermission
java.lang.Object
nl.dannyj.mistral.models.model.ModelPermission
All of these are currently not documented by the API docs.
-
Constructor Summary
ConstructorsConstructorDescriptionModelPermission
(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 Summary
-
Constructor Details
-
ModelPermission
public ModelPermission() -
ModelPermission
-
-
Method Details
-
getId
-
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
-
getGroup
-
isBlocking
public boolean isBlocking() -
toString
-