Iteration Class

Definition

Iteration model to be sent over JSON.

public class Iteration
type Iteration = class
Public Class Iteration
Inheritance
Iteration

Constructors

Iteration()

Initializes a new instance of the Iteration class.

Iteration(String, Guid, String, DateTime, DateTime, Nullable<DateTime>, Guid, Boolean, IList<String>, Nullable<Guid>, String, String, Int32, Int32, String, String)
Iteration(String, Guid, String, DateTime, DateTime, Nullable<DateTime>, Guid, Boolean, IList<String>, Nullable<Guid>, String, String, Int32, Int32, String, String, CustomBaseModelInfo, String)

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