Package com.openai.models
Class Run.IncompleteDetails
-
- All Implemented Interfaces:
public final class Run.IncompleteDetails
Details on why the run is incomplete. Will be
null
if the run is not incomplete.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Run.IncompleteDetails.Builder
public final class
Run.IncompleteDetails.Reason
The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.
-
Method Summary
Modifier and Type Method Description final Optional<Run.IncompleteDetails.Reason>
reason()
The reason why the run is incomplete. final JsonField<Run.IncompleteDetails.Reason>
_reason()
The reason why the run is incomplete. final Map<String, JsonValue>
_additionalProperties()
final Run.IncompleteDetails
validate()
final Run.IncompleteDetails.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static Run.IncompleteDetails.Builder
builder()
-
-
Method Detail
-
reason
final Optional<Run.IncompleteDetails.Reason> reason()
The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.
-
_reason
final JsonField<Run.IncompleteDetails.Reason> _reason()
The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final Run.IncompleteDetails validate()
-
toBuilder
final Run.IncompleteDetails.Builder toBuilder()
-
builder
final static Run.IncompleteDetails.Builder builder()
-
-
-
-