Sdílet prostřednictvím


ArmMachineLearningModelFactory.ExportSummary Method

Definition

Initializes a new instance of ExportSummary.

public static Azure.ResourceManager.MachineLearning.Models.ExportSummary ExportSummary (DateTimeOffset? endOn = default, long? exportedRowCount = default, string format = "Unknown", string labelingJobId = default, DateTimeOffset? startOn = default);
static member ExportSummary : Nullable<DateTimeOffset> * Nullable<int64> * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.MachineLearning.Models.ExportSummary
Public Shared Function ExportSummary (Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional exportedRowCount As Nullable(Of Long) = Nothing, Optional format As String = "Unknown", Optional labelingJobId As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing) As ExportSummary

Parameters

endOn
Nullable<DateTimeOffset>

The time when the export was completed.

exportedRowCount
Nullable<Int64>

The total number of labeled datapoints exported.

format
String

[Required] The format of exported labels, also as the discriminator.

labelingJobId
String

Name and identifier of the job containing exported labels.

startOn
Nullable<DateTimeOffset>

The time when the export was requested.

Returns

A new ExportSummary instance for mocking.

Applies to