ModelInfo Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ModelInfo
- com.
public class ModelInfo
Base type used in entity types.
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID |
id()
Get the id value. |
String |
name()
Get the name value. |
String |
readableType()
Get the readableType value. |
Integer |
typeId()
Get the typeId value. |
Model |
withId(UUID id)
Set the id value. |
Model |
withName(String name)
Set the name value. |
Model |
withReadableType(String readableType)
Set the readableType value. |
Model |
withTypeId(Integer typeId)
Set the typeId value. |
Method Details
id
public UUID id()
Get the id value.
Returns:
name
public String name()
Get the name value.
Returns:
readableType
public String readableType()
Get the readableType value.
Returns:
typeId
public Integer typeId()
Get the typeId value.
Returns:
withId
public ModelInfo withId(UUID id)
Set the id value.
Parameters:
Returns:
withName
public ModelInfo withName(String name)
Set the name value.
Parameters:
Returns:
withReadableType
public ModelInfo withReadableType(String readableType)
Set the readableType value.
Parameters:
Returns:
withTypeId
public ModelInfo withTypeId(Integer typeId)
Set the typeId value.
Parameters:
Returns:
Applies to
Azure SDK for Java