Package com.openai.models
Class RunStepDelta
-
- All Implemented Interfaces:
public final class RunStepDelta
The delta containing the fields that have changed on the run step.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
RunStepDelta.Builder
A builder for RunStepDelta.
public final class
RunStepDelta.StepDetails
The details of the run step.
-
Method Summary
Modifier and Type Method Description final Optional<RunStepDelta.StepDetails>
stepDetails()
The details of the run step. final JsonField<RunStepDelta.StepDetails>
_stepDetails()
The details of the run step. final Map<String, JsonValue>
_additionalProperties()
final RunStepDelta
validate()
final RunStepDelta.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static RunStepDelta.Builder
builder()
-
-
Method Detail
-
stepDetails
final Optional<RunStepDelta.StepDetails> stepDetails()
The details of the run step.
-
_stepDetails
final JsonField<RunStepDelta.StepDetails> _stepDetails()
The details of the run step.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final RunStepDelta validate()
-
toBuilder
final RunStepDelta.Builder toBuilder()
-
builder
final static RunStepDelta.Builder builder()
-
-
-
-