ContainerAutoParam 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 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. |