ConversationAnalysisAuthoringModelFactory.ConversationAuthoringCreateDeploymentDetails Method

Definition

Initializes a new instance of ConversationAuthoringCreateDeploymentDetails.

public static Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCreateDeploymentDetails ConversationAuthoringCreateDeploymentDetails(string trainedModelLabel = default, System.Collections.Generic.IEnumerable<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringAssignedProjectResource> azureResourceIds = default);
static member ConversationAuthoringCreateDeploymentDetails : string * seq<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringAssignedProjectResource> -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCreateDeploymentDetails
Public Shared Function ConversationAuthoringCreateDeploymentDetails (Optional trainedModelLabel As String = Nothing, Optional azureResourceIds As IEnumerable(Of ConversationAuthoringAssignedProjectResource) = Nothing) As ConversationAuthoringCreateDeploymentDetails

Parameters

trainedModelLabel
String

Represents the trained model label.

azureResourceIds
IEnumerable<ConversationAuthoringAssignedProjectResource>

Represents the Language or AIService resource IDs that if provided,\n the deployment will be rolled out to the resources provided here as well as the original resource in which the project is created.

Returns

A new ConversationAuthoringCreateDeploymentDetails instance for mocking.

Applies to