Iteration Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Iteration

public class Iteration

Iteration model to be sent over JSON.

Method Summary

Modifier and Type Method and Description
Classifier classificationType()

Get the classificationType value.

DateTime created()

Get the created value.

UUID domainId()

Get the domainId value.

boolean exportable()

Get the exportable value.

List<String> exportableTo()

Get the exportableTo value.

UUID id()

Get the id value.

DateTime lastModified()

Get the lastModified value.

String name()

Get the name value.

String originalPublishResourceId()

Get the originalPublishResourceId value.

UUID projectId()

Get the projectId value.

String publishName()

Get the publishName value.

int reservedBudgetInHours()

Get the reservedBudgetInHours value.

String status()

Get the status value.

DateTime trainedAt()

Get the trainedAt value.

TrainingType trainingType()

Get the trainingType value.

Iteration withName(String name)

Set the name value.

Method Details

classificationType

public Classifier classificationType()

Get the classificationType value.

Returns:

the classificationType value

created

public DateTime created()

Get the created value.

Returns:

the created value

domainId

public UUID domainId()

Get the domainId value.

Returns:

the domainId value

exportable

public boolean exportable()

Get the exportable value.

Returns:

the exportable value

exportableTo

public List exportableTo()

Get the exportableTo value.

Returns:

the exportableTo value

id

public UUID id()

Get the id value.

Returns:

the id value

lastModified

public DateTime lastModified()

Get the lastModified value.

Returns:

the lastModified value

name

public String name()

Get the name value.

Returns:

the name value

originalPublishResourceId

public String originalPublishResourceId()

Get the originalPublishResourceId value.

Returns:

the originalPublishResourceId value

projectId

public UUID projectId()

Get the projectId value.

Returns:

the projectId value

publishName

public String publishName()

Get the publishName value.

Returns:

the publishName value

reservedBudgetInHours

public int reservedBudgetInHours()

Get the reservedBudgetInHours value.

Returns:

the reservedBudgetInHours value

status

public String status()

Get the status value.

Returns:

the status value

trainedAt

public DateTime trainedAt()

Get the trainedAt value.

Returns:

the trainedAt value

trainingType

public TrainingType trainingType()

Get the trainingType value.

Returns:

the trainingType value

withName

public Iteration withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the Iteration object itself.

Applies to