PrebuiltDomainObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PrebuiltDomainObject
- com.
public class PrebuiltDomainObject
The PrebuiltDomainObject model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
domainName()
Get the domainName value. |
String |
modelName()
Get the modelName value. |
Prebuilt |
withDomainName(String domainName)
Set the domainName value. |
Prebuilt |
withModelName(String modelName)
Set the modelName value. |
Method Details
domainName
public String domainName()
Get the domainName value.
Returns:
the domainName value
modelName
public String modelName()
Get the modelName value.
Returns:
the modelName value
withDomainName
public PrebuiltDomainObject withDomainName(String domainName)
Set the domainName value.
Parameters:
domainName
- the domainName value to set
Returns:
the PrebuiltDomainObject object itself.
withModelName
public PrebuiltDomainObject withModelName(String modelName)
Set the modelName value.
Parameters:
modelName
- the modelName value to set
Returns:
the PrebuiltDomainObject 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