Package com.openai.models
Class RunStepDeltaEvent.Builder
-
- All Implemented Interfaces:
public final class RunStepDeltaEvent.Builder
-
-
Constructor Summary
Constructors Constructor Description RunStepDeltaEvent.Builder()
-
Method Summary
Modifier and Type Method Description final RunStepDeltaEvent.Builderid(String id)The identifier of the run step, which can be referenced in API endpoints. final RunStepDeltaEvent.Builderid(JsonField<String> id)The identifier of the run step, which can be referenced in API endpoints. final RunStepDeltaEvent.Builderdelta(RunStepDelta delta)The delta containing the fields that have changed on the run step. final RunStepDeltaEvent.Builderdelta(JsonField<RunStepDelta> delta)The delta containing the fields that have changed on the run step. final RunStepDeltaEvent.Builderobject_(JsonValue object_)The object type, which is always thread.run.step.delta.final RunStepDeltaEvent.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final RunStepDeltaEvent.BuilderputAdditionalProperty(String key, JsonValue value)final RunStepDeltaEvent.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final RunStepDeltaEvent.BuilderremoveAdditionalProperty(String key)final RunStepDeltaEvent.BuilderremoveAllAdditionalProperties(Set<String> keys)final RunStepDeltaEventbuild()-
-
Method Detail
-
id
final RunStepDeltaEvent.Builder id(String id)
The identifier of the run step, which can be referenced in API endpoints.
-
id
final RunStepDeltaEvent.Builder id(JsonField<String> id)
The identifier of the run step, which can be referenced in API endpoints.
-
delta
final RunStepDeltaEvent.Builder delta(RunStepDelta delta)
The delta containing the fields that have changed on the run step.
-
delta
final RunStepDeltaEvent.Builder delta(JsonField<RunStepDelta> delta)
The delta containing the fields that have changed on the run step.
-
object_
final RunStepDeltaEvent.Builder object_(JsonValue object_)
The object type, which is always
thread.run.step.delta.
-
additionalProperties
final RunStepDeltaEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final RunStepDeltaEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final RunStepDeltaEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final RunStepDeltaEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final RunStepDeltaEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final RunStepDeltaEvent build()
-
-
-
-