Package com.openai.models
Class AssistantStreamEvent.ThreadRunStepCompleted.Builder
-
- All Implemented Interfaces:
public final class AssistantStreamEvent.ThreadRunStepCompleted.Builder
-
-
Constructor Summary
Constructors Constructor Description AssistantStreamEvent.ThreadRunStepCompleted.Builder()
-
Method Summary
Modifier and Type Method Description final AssistantStreamEvent.ThreadRunStepCompleted.Builderdata(RunStep data)Represents a step in execution of a run. final AssistantStreamEvent.ThreadRunStepCompleted.Builderdata(JsonField<RunStep> data)Represents a step in execution of a run. final AssistantStreamEvent.ThreadRunStepCompleted.Builderevent(JsonValue event)final AssistantStreamEvent.ThreadRunStepCompleted.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final AssistantStreamEvent.ThreadRunStepCompleted.BuilderputAdditionalProperty(String key, JsonValue value)final AssistantStreamEvent.ThreadRunStepCompleted.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final AssistantStreamEvent.ThreadRunStepCompleted.BuilderremoveAdditionalProperty(String key)final AssistantStreamEvent.ThreadRunStepCompleted.BuilderremoveAllAdditionalProperties(Set<String> keys)final AssistantStreamEvent.ThreadRunStepCompletedbuild()-
-
Method Detail
-
data
final AssistantStreamEvent.ThreadRunStepCompleted.Builder data(RunStep data)
Represents a step in execution of a run.
-
data
final AssistantStreamEvent.ThreadRunStepCompleted.Builder data(JsonField<RunStep> data)
Represents a step in execution of a run.
-
event
final AssistantStreamEvent.ThreadRunStepCompleted.Builder event(JsonValue event)
-
additionalProperties
final AssistantStreamEvent.ThreadRunStepCompleted.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AssistantStreamEvent.ThreadRunStepCompleted.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AssistantStreamEvent.ThreadRunStepCompleted.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AssistantStreamEvent.ThreadRunStepCompleted.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AssistantStreamEvent.ThreadRunStepCompleted.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AssistantStreamEvent.ThreadRunStepCompleted build()
-
-
-
-