Uses of Class
com.azure.ai.agents.persistent.models.RunStep
Packages that use RunStep
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of RunStep in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent that return RunStepModifier and TypeMethodDescriptionRunStepsClient.getRunStep(String threadId, String runId, String stepId) Retrieves a single run step from a thread run.RunStepsClient.getRunStep(String threadId, String runId, String stepId, List<RunAdditionalFieldList> include) Retrieves a single run step from a thread run.Methods in com.azure.ai.agents.persistent that return types with arguments of type RunStepModifier and TypeMethodDescriptionRunStepsAsyncClient.getRunStep(String threadId, String runId, String stepId) Retrieves a single run step from a thread run.RunStepsAsyncClient.getRunStep(String threadId, String runId, String stepId, List<RunAdditionalFieldList> include) Retrieves a single run step from a thread run.com.azure.core.http.rest.PagedFlux<RunStep> RunStepsAsyncClient.listRunSteps(String threadId, String runId) Gets a list of run steps from a thread run.com.azure.core.http.rest.PagedFlux<RunStep> RunStepsAsyncClient.listRunSteps(String threadId, String runId, List<RunAdditionalFieldList> include, Integer limit, ListSortOrder order, String after, String before) Gets a list of run steps from a thread run.com.azure.core.http.rest.PagedIterable<RunStep> RunStepsClient.listRunSteps(String threadId, String runId) Gets a list of run steps from a thread run.com.azure.core.http.rest.PagedIterable<RunStep> RunStepsClient.listRunSteps(String threadId, String runId, List<RunAdditionalFieldList> include, Integer limit, ListSortOrder order, String after, String before) Gets a list of run steps from a thread run. -
Uses of RunStep in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return RunStepModifier and TypeMethodDescriptionstatic RunStepRunStep.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunStep from the JsonReader.StreamRunCreation.getMessage()Get the update with the data about this run step sent by the service.Constructors in com.azure.ai.agents.persistent.models with parameters of type RunStepModifierConstructorDescriptionStreamRunCreation(RunStep run, PersistentAgentStreamEvent kind) Creates a new instance of StreamRunCreation.