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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java