Class EmbeddingModel
java.lang.Object
com.liferay.portal.search.rest.dto.v1_0.EmbeddingModel
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setModelId
(com.liferay.petra.function.UnsafeSupplier<String, Exception> modelIdUnsafeSupplier) void
setModelId
(String modelId) static EmbeddingModel
toString()
static EmbeddingModel
unsafeToDTO
(String json)
-
Field Details
-
modelId
-
xClassName
-
-
Constructor Details
-
EmbeddingModel
public EmbeddingModel()
-
-
Method Details