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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.