AzureAIProjectsModelFactory.InsightsMetadata 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.
Metadata about the insights.
public static Azure.AI.Projects.Evaluation.InsightsMetadata InsightsMetadata(DateTimeOffset createdAt = default, DateTimeOffset? completedAt = default);
static member InsightsMetadata : DateTimeOffset * Nullable<DateTimeOffset> -> Azure.AI.Projects.Evaluation.InsightsMetadata
Public Shared Function InsightsMetadata (Optional createdAt As DateTimeOffset = Nothing, Optional completedAt As Nullable(Of DateTimeOffset) = Nothing) As InsightsMetadata
Parameters
- createdAt
- DateTimeOffset
The timestamp when the insights were created.
- completedAt
- Nullable<DateTimeOffset>
The timestamp when the insights were completed.
Returns
A new InsightsMetadata instance for mocking.