ModelTrainingInfo Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ModelTrainingInfo
- com.
public class ModelTrainingInfo
Model Training Info.
Method Summary
Modifier and Type | Method and Description |
---|---|
Model |
details()
Get the details value. |
UUID |
modelId()
Get the modelId value. |
Model |
withDetails(ModelTrainingDetails details)
Set the details value. |
Model |
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java