Share via


CreateAgentVersionFromManifestRequest Constructor

Definition

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.

Applies to