CodeConfiguration 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.
Code-based deployment configuration for a hosted agent.
public class CodeConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.CodeConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.CodeConfiguration>
type CodeConfiguration = class
interface IJsonModel<CodeConfiguration>
interface IPersistableModel<CodeConfiguration>
Public Class CodeConfiguration
Implements IJsonModel(Of CodeConfiguration), IPersistableModel(Of CodeConfiguration)
- Inheritance
-
CodeConfiguration
- Implements
Constructors
| Name | Description |
|---|---|
| CodeConfiguration(String, IEnumerable<String>) |
Initializes a new instance of CodeConfiguration. |
Properties
| Name | Description |
|---|---|
| EntryPoint |
The entry point command and arguments for the code execution. |
| Runtime |
The runtime identifier for code execution (e.g., 'python_3_11', 'python_3_12', 'python_3_13'). |