Function getMlProfileInsightWithQuery

  • Retrieves profile insights for the specified dataset. If you received a 202 Accepted response from POST /ml/profile-insights, poll this endpoint until a 200 OK response with ready status is returned.

    Parameters

    • dataSetId: string

      The Qlik catalog dataset ID

    • query: { experimentType?: ExperimentType; target?: string }

      an object with query parameters

      • OptionalexperimentType?: ExperimentType

        The optional experiment type for profile-insights GET requests after this is known.

      • Optionaltarget?: string

        The optional target feature for profile-insights GET requests after this is known.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetMlProfileInsightWithQueryHttpResponse>

    GetMlProfileInsightWithQueryHttpError