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
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.