Compartilhar via


TextAnalysisModelFactory.CustomSentimentAnalysisOperationResult Method

Definition

Initializes a new instance of CustomSentimentAnalysisOperationResult.

public static Azure.AI.Language.Text.CustomSentimentAnalysisOperationResult CustomSentimentAnalysisOperationResult (DateTimeOffset lastUpdateDateTime = default, Azure.AI.Language.Text.TextActionState status = default, string name = default, Azure.AI.Language.Text.CustomSentimentAnalysisResult results = default);
static member CustomSentimentAnalysisOperationResult : DateTimeOffset * Azure.AI.Language.Text.TextActionState * string * Azure.AI.Language.Text.CustomSentimentAnalysisResult -> Azure.AI.Language.Text.CustomSentimentAnalysisOperationResult
Public Shared Function CustomSentimentAnalysisOperationResult (Optional lastUpdateDateTime As DateTimeOffset = Nothing, Optional status As TextActionState = Nothing, Optional name As String = Nothing, Optional results As CustomSentimentAnalysisResult = Nothing) As CustomSentimentAnalysisOperationResult

Parameters

lastUpdateDateTime
DateTimeOffset

The last updated time in UTC for the task.

status
TextActionState

The status of the task at the mentioned last update time.

name
String

task name.

results
CustomSentimentAnalysisResult

Results of the task.

Returns

A new CustomSentimentAnalysisOperationResult instance for mocking.

Applies to