Package ai.reveng.api

Class ConfidenceApi

java.lang.Object
ai.reveng.api.ConfidenceApi

public class ConfidenceApi extends Object
  • Constructor Details

    • ConfidenceApi

      public ConfidenceApi()
    • ConfidenceApi

      public ConfidenceApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getHostIndex

      public int getHostIndex()
    • setHostIndex

      public void setHostIndex(int hostIndex)
    • getCustomBaseUrl

      public String getCustomBaseUrl()
    • setCustomBaseUrl

      public void setCustomBaseUrl(String customBaseUrl)
    • getAnalysisTagScoreCall

      public okhttp3.Call getAnalysisTagScoreCall(@Nonnull Integer analysisId, @Nonnull TagConfidenceBody tagConfidenceBody, ApiCallback _callback) throws ApiException
      Build call for getAnalysisTagScore
      Parameters:
      analysisId - The analysis to calculate the tag scores for (required)
      tagConfidenceBody - (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getAnalysisTagScore

      public BaseResponseListTagOriginBoxPlotConfidence getAnalysisTagScore(@Nonnull Integer analysisId, @Nonnull TagConfidenceBody tagConfidenceBody) throws ApiException
      Calculate Tag Confidence Score for an Analysis Accepts a analysis ID and a list of tags, returns the confidence score for each tag in the list
      Parameters:
      analysisId - The analysis to calculate the tag scores for (required)
      tagConfidenceBody - (required)
      Returns:
      BaseResponseListTagOriginBoxPlotConfidence
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getAnalysisTagScoreWithHttpInfo

      public ApiResponse<BaseResponseListTagOriginBoxPlotConfidence> getAnalysisTagScoreWithHttpInfo(@Nonnull Integer analysisId, @Nonnull TagConfidenceBody tagConfidenceBody) throws ApiException
      Calculate Tag Confidence Score for an Analysis Accepts a analysis ID and a list of tags, returns the confidence score for each tag in the list
      Parameters:
      analysisId - The analysis to calculate the tag scores for (required)
      tagConfidenceBody - (required)
      Returns:
      ApiResponse<BaseResponseListTagOriginBoxPlotConfidence>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
    • getAnalysisTagScoreAsync

      public okhttp3.Call getAnalysisTagScoreAsync(@Nonnull Integer analysisId, @Nonnull TagConfidenceBody tagConfidenceBody, ApiCallback<BaseResponseListTagOriginBoxPlotConfidence> _callback) throws ApiException
      Calculate Tag Confidence Score for an Analysis (asynchronously) Accepts a analysis ID and a list of tags, returns the confidence score for each tag in the list
      Parameters:
      analysisId - The analysis to calculate the tag scores for (required)
      tagConfidenceBody - (required)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -