public class ModelsBase extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
FrameV3[] |
compatible_frames
Compatible frames
|
boolean |
find_compatible_frames
Find and return compatible frames?
|
ModelKeyV3 |
model_id
Name of Model of interest
|
ModelSchemaBase[] |
models
Models
|
boolean |
preview
Return potentially abridged model suitable for viewing in a browser
|
_exclude_fields| Constructor and Description |
|---|
ModelsBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 model_id
public boolean preview
public boolean find_compatible_frames
public ModelSchemaBase[] models
public FrameV3[] compatible_frames
public java.lang.String toString()
toString in class RequestSchema