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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java