ArmMachineLearningModelFactory.CocoExportSummary 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.
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.
- 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
Azure SDK for .NET