Uses of Class
com.azure.ai.openai.assistants.models.RunStepStreamEvent
Packages that use RunStepStreamEvent
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepStreamEvent in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as RunStepStreamEventModifier and TypeFieldDescriptionstatic final RunStepStreamEvent
RunStepStreamEvent.THREAD_RUN_STEP_CANCELLED
Event sent when a run step is cancelled.static final RunStepStreamEvent
RunStepStreamEvent.THREAD_RUN_STEP_COMPLETED
Event sent when a run step is completed.static final RunStepStreamEvent
RunStepStreamEvent.THREAD_RUN_STEP_CREATED
Event sent when a new thread run step is created.static final RunStepStreamEvent
RunStepStreamEvent.THREAD_RUN_STEP_DELTA
Event sent when a run stepis being streamed.static final RunStepStreamEvent
RunStepStreamEvent.THREAD_RUN_STEP_EXPIRED
Event sent when a run step is expired.static final RunStepStreamEvent
RunStepStreamEvent.THREAD_RUN_STEP_FAILED
Event sent when a run step fails.static final RunStepStreamEvent
RunStepStreamEvent.THREAD_RUN_STEP_IN_PROGRESS
Event sent when a run step moves to `in_progress` status.Methods in com.azure.ai.openai.assistants.models that return RunStepStreamEventModifier and TypeMethodDescriptionstatic RunStepStreamEvent
RunStepStreamEvent.fromString
(String name) Creates or finds a RunStepStreamEvent from its string representation.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type RunStepStreamEventModifier and TypeMethodDescriptionstatic Collection
<RunStepStreamEvent> RunStepStreamEvent.values()
Gets known RunStepStreamEvent values.