Share via


RunStepActivityDetails Class

Definition

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
RunStepActivityDetails
Implements

Properties

Activities

A list of activities for this run step.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RunStepActivityDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RunStepActivityDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RunStepDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from RunStepDetails)
IJsonModel<RunStepDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from RunStepDetails)
IPersistableModel<RunStepActivityDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepActivityDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RunStepActivityDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RunStepDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from RunStepDetails)
IPersistableModel<RunStepDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from RunStepDetails)
IPersistableModel<RunStepDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RunStepDetails)

Applies to