@Deprecated
public class Engine
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id
Deprecated.
An identifier for this engine, used to specify an engine for completions or searching.
|
java.lang.String |
object
Deprecated.
The type of object returned, should be "engine"
|
java.lang.String |
owner
Deprecated.
The owner of the GPT-3 engine, typically "openai"
|
boolean |
ready
Deprecated.
Whether the engine is ready to process requests or not
|
| Constructor and Description |
|---|
Engine()
Deprecated.
|
public java.lang.String id
public java.lang.String object
public java.lang.String owner
public boolean ready