ConversationAnalysisAuthoringModelFactory.ConversationAuthoringProjectDeployment 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 ConversationAuthoringProjectDeployment.
public static Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectDeployment ConversationAuthoringProjectDeployment(string deploymentName = default, string modelId = default, DateTimeOffset lastTrainedOn = default, DateTimeOffset lastDeployedOn = default, DateTimeOffset deploymentExpiredOn = default, string modelTrainingConfigVersion = default, System.Collections.Generic.IEnumerable<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringDeploymentResource> assignedResources = default);
static member ConversationAuthoringProjectDeployment : string * string * DateTimeOffset * DateTimeOffset * DateTimeOffset * string * seq<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringDeploymentResource> -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectDeployment
Public Shared Function ConversationAuthoringProjectDeployment (Optional deploymentName As String = Nothing, Optional modelId As String = Nothing, Optional lastTrainedOn As DateTimeOffset = Nothing, Optional lastDeployedOn As DateTimeOffset = Nothing, Optional deploymentExpiredOn As DateTimeOffset = Nothing, Optional modelTrainingConfigVersion As String = Nothing, Optional assignedResources As IEnumerable(Of ConversationAuthoringDeploymentResource) = Nothing) As ConversationAuthoringProjectDeployment
Parameters
- deploymentName
- String
Represents deployment name.
- modelId
- String
Represents deployment modelId.
- lastTrainedOn
- DateTimeOffset
Represents deployment last trained time.
- lastDeployedOn
- DateTimeOffset
Represents deployment last deployed time.
- deploymentExpiredOn
- DateTimeOffset
Represents deployment expiration date in the runtime.
- modelTrainingConfigVersion
- String
Represents model training config version.
- assignedResources
- IEnumerable<ConversationAuthoringDeploymentResource>
Represents the metadata of the assigned Azure resources.
Returns
A new ConversationAuthoringProjectDeployment instance for mocking.