Share via


UpdateCodeInterpreterToolResourceOptions Class

Definition

Request object to update code_interpreted tool resources.

public class UpdateCodeInterpreterToolResourceOptions : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.UpdateCodeInterpreterToolResourceOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.UpdateCodeInterpreterToolResourceOptions>
type UpdateCodeInterpreterToolResourceOptions = class
    interface IJsonModel<UpdateCodeInterpreterToolResourceOptions>
    interface IPersistableModel<UpdateCodeInterpreterToolResourceOptions>
Public Class UpdateCodeInterpreterToolResourceOptions
Implements IJsonModel(Of UpdateCodeInterpreterToolResourceOptions), IPersistableModel(Of UpdateCodeInterpreterToolResourceOptions)
Inheritance
UpdateCodeInterpreterToolResourceOptions
Implements

Constructors

UpdateCodeInterpreterToolResourceOptions()

Initializes a new instance of UpdateCodeInterpreterToolResourceOptions.

Properties

FileIds

A list of file IDs to override the current list of the agent.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UpdateCodeInterpreterToolResourceOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateCodeInterpreterToolResourceOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateCodeInterpreterToolResourceOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateCodeInterpreterToolResourceOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateCodeInterpreterToolResourceOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to