Uses of Class
com.azure.ai.openai.assistants.models.RunStatus
Packages that use RunStatus
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStatus in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as RunStatusModifier and TypeFieldDescriptionstatic final RunStatus
RunStatus.CANCELLED
Represents a run that has been cancelled.static final RunStatus
RunStatus.CANCELLING
Represents a run that is in the process of cancellation.static final RunStatus
RunStatus.COMPLETED
Represents a run that successfully completed.static final RunStatus
RunStatus.EXPIRED
Represents a run that expired before it could otherwise finish.static final RunStatus
RunStatus.FAILED
Represents a run that failed.static final RunStatus
RunStatus.IN_PROGRESS
Represents a run that is in progress.static final RunStatus
RunStatus.QUEUED
Represents a run that is queued to start.static final RunStatus
RunStatus.REQUIRES_ACTION
Represents a run that needs another operation, such as tool output submission, to continue.Methods in com.azure.ai.openai.assistants.models that return RunStatusModifier and TypeMethodDescriptionstatic RunStatus
RunStatus.fromString
(String name) Creates or finds a RunStatus from its string representation.ThreadRun.getStatus()
Get the status property: The status of the assistant thread run.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type RunStatusModifier and TypeMethodDescriptionstatic Collection
<RunStatus> RunStatus.values()
Gets known RunStatus values.