Package com.openai.models
Class RunStepDelta
-
- All Implemented Interfaces:
public final class RunStepDeltaThe delta containing the fields that have changed on the run step.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunStepDelta.Builderpublic final classRunStepDelta.StepDetailsThe 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 RunStepDeltavalidate()final RunStepDelta.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunStepDelta.Builderbuilder()-
-
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()
-
-
-
-