Freigeben über


ModelTrainingDetails Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ModelTrainingDetails

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.

ModelTrainingDetails withExampleCount(Integer exampleCount)

Set the exampleCount value.

ModelTrainingDetails withFailureReason(String failureReason)

Set the failureReason value.

ModelTrainingDetails withStatus(String status)

Set the status value.

ModelTrainingDetails withStatusId(Integer statusId)

Set the statusId value.

ModelTrainingDetails withTrainingDateTime(DateTime trainingDateTime)

Set the trainingDateTime value.

Method Details

exampleCount

public Integer exampleCount()

Get the exampleCount value.

Returns:

the exampleCount value

failureReason

public String failureReason()

Get the failureReason value.

Returns:

the failureReason value

status

public String status()

Get the status value.

Returns:

the status value

statusId

public Integer statusId()

Get the statusId value.

Returns:

the statusId value

trainingDateTime

public DateTime trainingDateTime()

Get the trainingDateTime value.

Returns:

the trainingDateTime value

withExampleCount

public ModelTrainingDetails withExampleCount(Integer exampleCount)

Set the exampleCount value.

Parameters:

exampleCount - the exampleCount value to set

Returns:

the ModelTrainingDetails object itself.

withFailureReason

public ModelTrainingDetails withFailureReason(String failureReason)

Set the failureReason value.

Parameters:

failureReason - the failureReason value to set

Returns:

the ModelTrainingDetails object itself.

withStatus

public ModelTrainingDetails withStatus(String status)

Set the status value.

Parameters:

status - the status value to set

Returns:

the ModelTrainingDetails object itself.

withStatusId

public ModelTrainingDetails withStatusId(Integer statusId)

Set the statusId value.

Parameters:

statusId - the statusId value to set

Returns:

the ModelTrainingDetails object itself.

withTrainingDateTime

public ModelTrainingDetails withTrainingDateTime(DateTime trainingDateTime)

Set the trainingDateTime value.

Parameters:

trainingDateTime - the trainingDateTime value to set

Returns:

the ModelTrainingDetails object itself.

Applies to