AILanguageQuestionAnsweringAuthoringModelFactory.ProjectDeployment Method

Definition

Initializes a new instance of ProjectDeployment.

public static Azure.AI.Language.QuestionAnswering.Authoring.ProjectDeployment ProjectDeployment(string deploymentName = default, DateTimeOffset? lastDeployed = default);
static member ProjectDeployment : string * Nullable<DateTimeOffset> -> Azure.AI.Language.QuestionAnswering.Authoring.ProjectDeployment
Public Shared Function ProjectDeployment (Optional deploymentName As String = Nothing, Optional lastDeployed As Nullable(Of DateTimeOffset) = Nothing) As ProjectDeployment

Parameters

deploymentName
String

Name of the deployment.

lastDeployed
Nullable<DateTimeOffset>

Represents the project last deployment date-time.

Returns

A new ProjectDeployment instance for mocking.

Applies to