Sdílet prostřednictvím


ArmMachineLearningModelFactory.CocoExportSummary Method

Definition

Initializes a new instance of CocoExportSummary.

public static Azure.ResourceManager.MachineLearning.Models.CocoExportSummary CocoExportSummary (DateTimeOffset? endOn = default, long? exportedRowCount = default, string labelingJobId = default, DateTimeOffset? startOn = default, string containerName = default, string snapshotPath = default);
static member CocoExportSummary : Nullable<DateTimeOffset> * Nullable<int64> * string * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.MachineLearning.Models.CocoExportSummary
Public Shared Function CocoExportSummary (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 CocoExportSummary

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 CocoExportSummary instance for mocking.

Applies to