Package com.openai.models
Class RunStep.Object
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class RunStep.Object implements Enum
The object type, which is always
thread.run.step
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
RunStep.Object.Known
public enum
RunStep.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static RunStep.Object
THREAD_RUN_STEP
-
Method Summary
-
-
Method Detail
-
value
final RunStep.Object.Value value()
-
known
final RunStep.Object.Known known()
-
of
final static RunStep.Object of(String value)
-
-
-
-