HostedAgentDefinition.ContainerConfiguration Property
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.
Container-based deployment configuration. Provide this for image-based deployments. Mutually exclusive with code_configuration — the service validates that exactly one is set.
public Azure.AI.Projects.Agents.ContainerConfiguration ContainerConfiguration { get; set; }
member this.ContainerConfiguration : Azure.AI.Projects.Agents.ContainerConfiguration with get, set
Public Property ContainerConfiguration As ContainerConfiguration