AzureAIProjectsModelFactory.CreateAgentVersionFromManifestRequest Method
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 CreateAgentVersionFromManifestRequest.
public static Azure.AI.Projects.CreateAgentVersionFromManifestRequest CreateAgentVersionFromManifestRequest(System.Collections.Generic.IDictionary<string,string> metadata = default, string description = default, string manifestId = default, System.Collections.Generic.IDictionary<string,BinaryData> parameterValues = default);
static member CreateAgentVersionFromManifestRequest : System.Collections.Generic.IDictionary<string, string> * string * string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.Projects.CreateAgentVersionFromManifestRequest
Public Shared Function CreateAgentVersionFromManifestRequest (Optional metadata As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional manifestId As String = Nothing, Optional parameterValues As IDictionary(Of String, BinaryData) = Nothing) As CreateAgentVersionFromManifestRequest
Parameters
- metadata
- IDictionary<String,String>
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
- description
- String
A human-readable description of the agent.
- 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.
Returns
A new CreateAgentVersionFromManifestRequest instance for mocking.