Class ByProjectKeyImageSearchConfigGet

All Implemented Interfaces:
ClientRequestCommand<ImageSearchConfigResponse>, CreateHttpRequestCommand, HttpRequestCommand<ImageSearchConfigResponse>, RequestCommand<ImageSearchConfigResponse>

public class ByProjectKeyImageSearchConfigGet extends TypeApiMethod<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>

Get the current image search config.



   CompletableFuture<ApiHttpResponse<com.commercetools.ml.models.image_search_config.ImageSearchConfigResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .imageSearch()
            .config()
            .get()
            .execute()