ArmMachineLearningModelFactory.ExportSummary 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 ExportSummary.
public static Azure.ResourceManager.MachineLearning.Models.ExportSummary ExportSummary (DateTimeOffset? endOn = default, long? exportedRowCount = default, string format = "Unknown", string labelingJobId = default, DateTimeOffset? startOn = default);
static member ExportSummary : Nullable<DateTimeOffset> * Nullable<int64> * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.MachineLearning.Models.ExportSummary
Public Shared Function ExportSummary (Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional exportedRowCount As Nullable(Of Long) = Nothing, Optional format As String = "Unknown", Optional labelingJobId As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing) As ExportSummary
Parameters
- endOn
- Nullable<DateTimeOffset>
The time when the export was completed.
- format
- String
[Required] The format of exported labels, also as the discriminator.
- labelingJobId
- String
Name and identifier of the job containing exported labels.
- startOn
- Nullable<DateTimeOffset>
The time when the export was requested.
Returns
A new ExportSummary instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET