pub async fn get_recommended_chunks(
configuration: &Configuration,
tr_dataset: &str,
recommend_chunks_request: RecommendChunksRequest,
x_api_version: Option<ApiVersion>,
) -> Result<RecommendResponseTypes, Error<GetRecommendedChunksError>>
Expand description
Get recommendations of chunks similar to the positive samples in the request and dissimilar to the negative.