CreateAgentVersionFromManifestRequest Constructor
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.
Initializes a new instance of CreateAgentVersionFromManifestRequest.
public CreateAgentVersionFromManifestRequest(string manifestId, System.Collections.Generic.IDictionary<string,BinaryData> parameterValues);
new Azure.AI.Projects.CreateAgentVersionFromManifestRequest : string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.Projects.CreateAgentVersionFromManifestRequest
Public Sub New (manifestId As String, parameterValues As IDictionary(Of String, BinaryData))
Parameters
- manifestId
- String
The manifest ID to import the agent version from.
- parameterValues
- IDictionary<String,BinaryData>
The inputs to the manifest that will result in a fully materialized Agent.
Exceptions
manifestId or parameterValues is null.