TrainingStatus Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. TrainingStatus
- com.
public class TrainingStatus
Training status object.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime |
created()
Get the created value. |
DateTime |
lastAction()
Get the lastAction value. |
String |
message()
Get the message value. |
Training |
status()
Get the status value. |
Training |
withCreated(DateTime created)
Set the created value. |
Training |
withLastAction(DateTime lastAction)
Set the lastAction value. |
Training |
withMessage(String message)
Set the message value. |
Training |
withStatus(TrainingStatusType status)
Set the status value. |
Method Details
created
public DateTime created()
Get the created value.
Returns:
lastAction
public DateTime lastAction()
Get the lastAction value.
Returns:
message
public String message()
Get the message value.
Returns:
status
public TrainingStatusType status()
Get the status value.
Returns:
withCreated
public TrainingStatus withCreated(DateTime created)
Set the created value.
Parameters:
Returns:
withLastAction
public TrainingStatus withLastAction(DateTime lastAction)
Set the lastAction value.
Parameters:
Returns:
withMessage
public TrainingStatus withMessage(String message)
Set the message value.
Parameters:
Returns:
withStatus
public TrainingStatus withStatus(TrainingStatusType status)
Set the status value.
Parameters:
Returns:
Applies to
Azure SDK for Java