Uses of Class
com.azure.ai.openai.assistants.models.RunStepStatus
Packages that use RunStepStatus
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepStatus in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as RunStepStatusModifier and TypeFieldDescriptionstatic final RunStepStatus
RunStepStatus.CANCELLED
Represents a run step that was cancelled.static final RunStepStatus
RunStepStatus.COMPLETED
Represents a run step that successfully completed.static final RunStepStatus
RunStepStatus.EXPIRED
Represents a run step that expired before otherwise finishing.static final RunStepStatus
RunStepStatus.FAILED
Represents a run step that failed.static final RunStepStatus
RunStepStatus.IN_PROGRESS
Represents a run step still in progress.Methods in com.azure.ai.openai.assistants.models that return RunStepStatusModifier and TypeMethodDescriptionstatic RunStepStatus
RunStepStatus.fromString
(String name) Creates or finds a RunStepStatus from its string representation.RunStep.getStatus()
Get the status property: The status of this run step.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type RunStepStatusModifier and TypeMethodDescriptionstatic Collection
<RunStepStatus> RunStepStatus.values()
Gets known RunStepStatus values.