RunStepActivityDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The detailed information associated with a run step activities.
public class RunStepActivityDetails : Azure.AI.Agents.Persistent.RunStepDetails, System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.RunStepActivityDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.RunStepActivityDetails>
type RunStepActivityDetails = class
inherit RunStepDetails
interface IJsonModel<RunStepActivityDetails>
interface IPersistableModel<RunStepActivityDetails>
Public Class RunStepActivityDetails
Inherits RunStepDetails
Implements IJsonModel(Of RunStepActivityDetails), IPersistableModel(Of RunStepActivityDetails)
- Inheritance
- Implements
Properties
Activities |
A list of activities for this run step. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |