ContainerAutoParam Class

Definition

The ContainerAutoParam.

public class ContainerAutoParam : Azure.AI.AgentServer.Responses.Models.FunctionShellToolParamEnvironment, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ContainerAutoParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ContainerAutoParam>
type ContainerAutoParam = class
    inherit FunctionShellToolParamEnvironment
    interface IJsonModel<ContainerAutoParam>
    interface IPersistableModel<ContainerAutoParam>
Public Class ContainerAutoParam
Inherits FunctionShellToolParamEnvironment
Implements IJsonModel(Of ContainerAutoParam), IPersistableModel(Of ContainerAutoParam)
Inheritance
Implements

Constructors

Name Description
ContainerAutoParam()

Initializes a new instance of ContainerAutoParam.

Properties

Name Description
FileIds

An optional list of uploaded files to make available to your code.

MemoryLimit

Gets or sets the MemoryLimit.

NetworkPolicy

Gets or sets the NetworkPolicy.

Skills

An optional list of skills referenced by id or inline data.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ContainerAutoParam>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ContainerAutoParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<FunctionShellToolParamEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IJsonModel<FunctionShellToolParamEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IPersistableModel<ContainerAutoParam>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ContainerAutoParam>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ContainerAutoParam>.Write(ModelReaderWriterOptions)
IPersistableModel<FunctionShellToolParamEnvironment>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IPersistableModel<FunctionShellToolParamEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)
IPersistableModel<FunctionShellToolParamEnvironment>.Write(ModelReaderWriterOptions) (Inherited from FunctionShellToolParamEnvironment)

Applies to