Iteration Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. Iteration
- com.
public class Iteration
Modelo de iteración que se va a enviar a través de JSON.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Classifier |
classificationType()
Obtenga el valor classificationType. |
DateTime |
created()
Obtenga el valor creado. |
UUID |
domainId()
Obtenga el valor domainId. |
boolean |
exportable()
Obtenga el valor exportable. |
List<String> |
exportableTo()
Obtenga el valor exportableTo. |
UUID |
id()
Obtenga el valor de id. |
DateTime |
lastModified()
Obtenga el valor lastModified. |
String |
name()
Obtenga el valor de nombre. |
String |
originalPublishResourceId()
Obtenga el valor originalPublishResourceId. |
UUID |
projectId()
Obtenga el valor de projectId. |
String |
publishName()
Obtenga el valor publishName. |
int |
reservedBudgetInHours()
Obtenga el valor reservedBudgetInHours. |
String |
status()
Obtenga el valor de estado. |
DateTime |
trainedAt()
Obtenga el valor trainedAt. |
Training |
trainingType()
Obtenga el valor trainingType. |
Iteration |
withName(String name)
Establezca el valor de nombre. |
Detalles del método
classificationType
public Classifier classificationType()
Obtenga el valor classificationType.
Returns:
created
public DateTime created()
Obtenga el valor creado.
Returns:
domainId
public UUID domainId()
Obtenga el valor domainId.
Returns:
exportable
public boolean exportable()
Obtenga el valor exportable.
Returns:
exportableTo
public List
Obtenga el valor exportableTo.
Returns:
id
public UUID id()
Obtenga el valor de id.
Returns:
lastModified
public DateTime lastModified()
Obtenga el valor lastModified.
Returns:
name
public String name()
Obtenga el valor de nombre.
Returns:
originalPublishResourceId
public String originalPublishResourceId()
Obtenga el valor originalPublishResourceId.
Returns:
projectId
public UUID projectId()
Obtenga el valor de projectId.
Returns:
publishName
public String publishName()
Obtenga el valor publishName.
Returns:
reservedBudgetInHours
public int reservedBudgetInHours()
Obtenga el valor reservedBudgetInHours.
Returns:
status
public String status()
Obtenga el valor de estado.
Returns:
trainedAt
public DateTime trainedAt()
Obtenga el valor trainedAt.
Returns:
trainingType
public TrainingType trainingType()
Obtenga el valor trainingType.
Returns:
withName
public Iteration withName(String name)
Establezca el valor de nombre.
Parameters:
Returns:
Se aplica a
Azure SDK for Java