AILanguageQuestionAnsweringAuthoringModelFactory.ProjectDeployment 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 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.