Sdílet prostřednictvím


ArmMachineLearningModelFactory.CsvExportSummary Method

Definition

Initializes a new instance of CsvExportSummary.

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

Parameters

endOn
Nullable<DateTimeOffset>

The time when the export was completed.

exportedRowCount
Nullable<Int64>

The total number of labeled datapoints exported.

labelingJobId
String

Name and identifier of the job containing exported labels.

startOn
Nullable<DateTimeOffset>

The time when the export was requested.

containerName
String

The container name to which the labels will be exported.

snapshotPath
String

The output path where the labels will be exported.

Returns

A new CsvExportSummary instance for mocking.

Applies to