public class Model
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id
An identifier for this model, used to specify the model when making completions, etc
|
java.lang.String |
object
The type of object returned, should be "model"
|
java.lang.String |
ownedBy
The owner of the model, typically "openai"
|
java.lang.String |
parent
The parent model that this is based on
|
java.util.List<Permission> |
permission
Deprecated.
|
java.lang.String |
root
The root model that this and its parent (if applicable) are based on
|
| Constructor and Description |
|---|
Model() |
public java.lang.String id
public java.lang.String object
public java.lang.String ownedBy
@Deprecated public java.util.List<Permission> permission
public java.lang.String root
public java.lang.String parent