Iteration Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. Iteration
- com.
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. |
Training |
trainingType()
Get the trainingType value. |
Iteration |
withName(String name)
Set the name value. |
Method Details
classificationType
public Classifier classificationType()
Get the classificationType value.
Returns:
created
public DateTime created()
Get the created value.
Returns:
domainId
public UUID domainId()
Get the domainId value.
Returns:
exportable
public boolean exportable()
Get the exportable value.
Returns:
exportableTo
public List
Get the exportableTo value.
Returns:
id
public UUID id()
Get the id value.
Returns:
lastModified
public DateTime lastModified()
Get the lastModified value.
Returns:
name
public String name()
Get the name value.
Returns:
originalPublishResourceId
public String originalPublishResourceId()
Get the originalPublishResourceId value.
Returns:
projectId
public UUID projectId()
Get the projectId value.
Returns:
publishName
public String publishName()
Get the publishName value.
Returns:
reservedBudgetInHours
public int reservedBudgetInHours()
Get the reservedBudgetInHours value.
Returns:
status
public String status()
Get the status value.
Returns:
trainedAt
public DateTime trainedAt()
Get the trainedAt value.
Returns:
trainingType
public TrainingType trainingType()
Get the trainingType value.
Returns:
withName
public Iteration withName(String name)
Set the name value.
Parameters:
Returns:
Applies to
Azure SDK for Java