TextAnalysisAuthoringModelFactory.TextAuthoringCreateDeploymentDetails 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.
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.