v1

latestOpenAPI 3.0.02026-07-144847131.4 KB
ProjectApi

Get a specific iteration.

get/projects/{projectId}/iterations/{iterationId}

Path parameters

projectIdstring uuid required

The id of the project the iteration belongs to.

iterationIdstring uuid required

The id of the iteration to get.

Response

OK

classificationType'Multiclass' | 'Multilabel' nullable

Gets the classification type of the project.

createdstring date-time

Gets the time this iteration was completed.

domainIdstring uuid nullable

Get or sets a guid of the domain the iteration has been trained on.

exportableboolean

Whether the iteration can be exported to another format for download.

exportableTostring[]

A set of platforms this iteration can export to.

idstring uuid

Gets the id of the iteration.

lastModifiedstring date-time

Gets the time this iteration was last modified.

namestring required

Gets or sets the name of the iteration.

originalPublishResourceIdstring

Resource Provider Id this iteration was originally published to.

projectIdstring uuid

Gets the project id of the iteration.

publishNamestring

Name of the published model.

reservedBudgetInHoursinteger

Gets the reserved advanced training budget for the iteration.

statusstring

Gets the current iteration status.

trainedAtstring date-time nullable

Gets the time this iteration was last modified.

trainingTimeInMinutesinteger

Gets the training time for the iteration.

trainingType'Regular' | 'Advanced'

Gets the training type of the iteration.