Class StreamRunCreation
java.lang.Object
com.azure.ai.openai.assistants.models.StreamUpdate
com.azure.ai.openai.assistants.models.StreamRunCreation
Represents a stream update indicating a change of state in a run step, e.g. creation, completion, etc.
-
Constructor Summary
ConstructorsConstructorDescriptionStreamRunCreation
(RunStep run, AssistantStreamEvent kind) Creates a new instance of StreamRunCreation. -
Method Summary
Modifier and TypeMethodDescriptionGet the update with the data about this run step sent by the service.Methods inherited from class com.azure.ai.openai.assistants.models.StreamUpdate
getKind
-
Constructor Details
-
StreamRunCreation
Creates a new instance of StreamRunCreation.- Parameters:
run
- TheRunStep
with the data about this run step sent by the service.kind
- The stream event type associated with this update.
-
-
Method Details
-
getMessage
Get the update with the data about this run step sent by the service.- Returns:
- the update with the data about this run step sent by the service.
-