CodeConfiguration.DependencyResolution 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.
How package dependencies are resolved at deployment time. Defaults to bundled,
where the caller bundles all dependencies into the uploaded zip and the service
performs no remote build. remote_build instructs the service to build
dependencies remotely from the manifest included in the uploaded zip.
public Azure.AI.Projects.Agents.CodeDependencyResolution DependencyResolution { get; set; }
member this.DependencyResolution : Azure.AI.Projects.Agents.CodeDependencyResolution with get, set
Public Property DependencyResolution As CodeDependencyResolution