ModelTrainingInfo Class

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

public class ModelTrainingInfo

Model Training Info.

Method Summary

Modifier and Type Method and Description
ModelTrainingDetails details()

Get the details value.

UUID modelId()

Get the modelId value.

ModelTrainingInfo withDetails(ModelTrainingDetails details)

Set the details value.

ModelTrainingInfo withModelId(UUID modelId)

Set the modelId value.

Method Details

details

public ModelTrainingDetails details()

Get the details value.

Returns:

the details value

modelId

public UUID modelId()

Get the modelId value.

Returns:

the modelId value

withDetails

public ModelTrainingInfo withDetails(ModelTrainingDetails details)

Set the details value.

Parameters:

details - the details value to set

Returns:

the ModelTrainingInfo object itself.

withModelId

public ModelTrainingInfo withModelId(UUID modelId)

Set the modelId value.

Parameters:

modelId - the modelId value to set

Returns:

the ModelTrainingInfo object itself.

Applies to