你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextAnalysisAuthoringModelFactory.TextAuthoringCreateDeploymentDetails Method

Definition

Initializes a new instance of TextAuthoringCreateDeploymentDetails.

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

Parameters

trainedModelLabel
String

Represents the trained model label.

assignedResourceIds
IEnumerable<String>

Represents the resource IDs 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 TextAuthoringCreateDeploymentDetails instance for mocking.

Applies to