Package com.commercetools.ml.client
Class ProjectApiRoot
java.lang.Object
com.commercetools.ml.client.ProjectApiRoot
- All Implemented Interfaces:
ProjectScopedApiRoot
,Closeable
,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static ProjectApiRoot
fromClient
(String projectKey, ApiHttpClient apiHttpClient) static ProjectApiRoot
with()
withProjectKey
(String projectKey)
-
Method Details
-
of
-
fromClient
-
with
- Specified by:
with
in interfaceProjectScopedApiRoot
-
withProjectKey
-
imageSearch
- Specified by:
imageSearch
in interfaceProjectScopedApiRoot
-
recommendations
- Specified by:
recommendations
in interfaceProjectScopedApiRoot
-
similarities
- Specified by:
similarities
in interfaceProjectScopedApiRoot
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-