ModelTrainingDetails Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ModelTrainingDetails
- com.
public class ModelTrainingDetails
Model Training Details.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
exampleCount()
Get the exampleCount value. |
String |
failureReason()
Get the failureReason value. |
String |
status()
Get the status value. |
Integer |
statusId()
Get the statusId value. |
DateTime |
trainingDateTime()
Get the trainingDateTime value. |
Model |
withExampleCount(Integer exampleCount)
Set the exampleCount value. |
Model |
withFailureReason(String failureReason)
Set the failureReason value. |
Model |
withStatus(String status)
Set the status value. |
Model |
withStatusId(Integer statusId)
Set the statusId value. |
Model |
withTrainingDateTime(DateTime trainingDateTime)
Set the trainingDateTime value. |
Method Details
exampleCount
public Integer exampleCount()
Get the exampleCount value.
Returns:
failureReason
public String failureReason()
Get the failureReason value.
Returns:
status
public String status()
Get the status value.
Returns:
statusId
public Integer statusId()
Get the statusId value.
Returns:
trainingDateTime
public DateTime trainingDateTime()
Get the trainingDateTime value.
Returns:
withExampleCount
public ModelTrainingDetails withExampleCount(Integer exampleCount)
Set the exampleCount value.
Parameters:
Returns:
withFailureReason
public ModelTrainingDetails withFailureReason(String failureReason)
Set the failureReason value.
Parameters:
Returns:
withStatus
public ModelTrainingDetails withStatus(String status)
Set the status value.
Parameters:
Returns:
withStatusId
public ModelTrainingDetails withStatusId(Integer statusId)
Set the statusId value.
Parameters:
Returns:
withTrainingDateTime
public ModelTrainingDetails withTrainingDateTime(DateTime trainingDateTime)
Set the trainingDateTime value.
Parameters:
Returns:
Applies to
Azure SDK for Java