Uses of Class
org.openapitools.client.model.RecommendChunksRequest
-
Packages that use RecommendChunksRequest Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of RecommendChunksRequest in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type RecommendChunksRequest Modifier and Type Method Description List<ChunkMetadataWithFileData>ChunkApi. getRecommendedChunks(String trDataset, RecommendChunksRequest recommendChunksRequest)Get Recommended Chunks Get Recommended Chunks Get recommendations of chunks similar to the chunks in the request.okhttp3.CallChunkApi. getRecommendedChunksAsync(String trDataset, RecommendChunksRequest recommendChunksRequest, ApiCallback<List<ChunkMetadataWithFileData>> _callback)Get Recommended Chunks (asynchronously) Get Recommended Chunks Get recommendations of chunks similar to the chunks in the request.okhttp3.CallChunkApi. getRecommendedChunksCall(String trDataset, RecommendChunksRequest recommendChunksRequest, ApiCallback _callback)Build call for getRecommendedChunksApiResponse<List<ChunkMetadataWithFileData>>ChunkApi. getRecommendedChunksWithHttpInfo(@NotNull String trDataset, @NotNull RecommendChunksRequest recommendChunksRequest)Get Recommended Chunks Get Recommended Chunks Get recommendations of chunks similar to the chunks in the request. -
Uses of RecommendChunksRequest in org.openapitools.client.model
Methods in org.openapitools.client.model that return RecommendChunksRequest Modifier and Type Method Description RecommendChunksRequestRecommendChunksRequest. addNegativeChunkIdsItem(UUID negativeChunkIdsItem)RecommendChunksRequestRecommendChunksRequest. addNegativeTrackingIdsItem(String negativeTrackingIdsItem)RecommendChunksRequestRecommendChunksRequest. addPositiveChunkIdsItem(UUID positiveChunkIdsItem)RecommendChunksRequestRecommendChunksRequest. addPositiveTrackingIdsItem(String positiveTrackingIdsItem)RecommendChunksRequestRecommendChunksRequest. filters(ChunkFilter filters)static RecommendChunksRequestRecommendChunksRequest. fromJson(String jsonString)Create an instance of RecommendChunksRequest given an JSON stringRecommendChunksRequestRecommendChunksRequest. limit(Long limit)RecommendChunksRequestRecommendChunksRequest. negativeChunkIds(List<UUID> negativeChunkIds)RecommendChunksRequestRecommendChunksRequest. negativeTrackingIds(List<String> negativeTrackingIds)RecommendChunksRequestRecommendChunksRequest. positiveChunkIds(List<UUID> positiveChunkIds)RecommendChunksRequestRecommendChunksRequest. positiveTrackingIds(List<String> positiveTrackingIds)
-