Uses of Class
com.azure.ai.agents.persistent.models.RunStepStatus
Packages that use RunStepStatus
Package
Description
Package containing the data models for Agents.
-
Uses of RunStepStatus in com.azure.ai.agents.persistent.models
Fields in com.azure.ai.agents.persistent.models declared as RunStepStatusModifier and TypeFieldDescriptionstatic final RunStepStatusRunStepStatus.CANCELLEDRepresents a run step that was cancelled.static final RunStepStatusRunStepStatus.COMPLETEDRepresents a run step that successfully completed.static final RunStepStatusRunStepStatus.EXPIREDRepresents a run step that expired before otherwise finishing.static final RunStepStatusRunStepStatus.FAILEDRepresents a run step that failed.static final RunStepStatusRunStepStatus.IN_PROGRESSRepresents a run step still in progress.Methods in com.azure.ai.agents.persistent.models that return RunStepStatusModifier and TypeMethodDescriptionstatic RunStepStatusRunStepStatus.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.agents.persistent.models that return types with arguments of type RunStepStatusModifier and TypeMethodDescriptionstatic Collection<RunStepStatus> RunStepStatus.values()Gets known RunStepStatus values.