Share via


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.ConversationAuthoringDeploymentResource> assignedResources = default);
static member ConversationAuthoringCreateDeploymentDetails : string * seq<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringDeploymentResource> -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCreateDeploymentDetails
Public Shared Function ConversationAuthoringCreateDeploymentDetails (Optional trainedModelLabel As String = Nothing, Optional assignedResources As IEnumerable(Of ConversationAuthoringDeploymentResource) = Nothing) As ConversationAuthoringCreateDeploymentDetails

Parameters

trainedModelLabel
String

Represents the trained model label.

assignedResources
IEnumerable<ConversationAuthoringDeploymentResource>

Represents the resources to be assigned to the deployment. If provided, 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