Iteration Class
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.
Iteration model to be sent over JSON.
public class Iteration
type Iteration = class
Public Class Iteration
- Inheritance
-
Iteration
Constructors
Properties
ClassificationType |
Gets the classification type of the project. Possible values include: 'Multiclass', 'Multilabel' |
Created |
Gets the time this iteration was completed. |
CustomBaseModelInfo | |
DomainId |
Gets get or sets a guid of the domain the iteration has been trained on. |
Exportable |
Gets whether the iteration can be exported to another format for download. |
ExportableTo |
Gets a set of platforms this iteration can export to. |
Id |
Gets the id of the iteration. |
LastModified |
Gets the time this iteration was last modified. |
Name |
Gets or sets the name of the iteration. |
OriginalPublishResourceId |
Gets resource Provider Id this iteration was originally published to. |
ProjectId |
Gets The project id. of the iteration. |
PublishName |
Gets name of the published model. |
ReservedBudgetInHours |
Gets the reserved advanced training budget for the iteration. |
Status |
Gets the current iteration status. |
TrainedAt |
Gets the time this iteration was last modified. |
TrainingErrorDetails | |
TrainingTimeInMinutes | |
TrainingType |
Gets the training type of the iteration. Possible values include: 'Regular', 'Advanced' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET