ArmMachineLearningModelFactory.CsvExportSummary 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 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.
- 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET