Function createAutomlDeploymentRealtimePrediction

  • Parameters

    • deploymentId: string

      The ID of the ML deployed model that will be employed to produce predictions.

    • query: {
          includeNotPredictedReason?: boolean;
          includeShap?: boolean;
          includeSource?: boolean;
          index?: string;
      }

      an object with query parameters

      • OptionalincludeNotPredictedReason?: boolean

        If true, will include a column with the reason why a prediction was not produced.

      • OptionalincludeShap?: boolean
      • OptionalincludeSource?: boolean
      • Optionalindex?: string
    • body: RealtimePredictionInput

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<CreateAutomlDeploymentRealtimePredictionHttpResponse>

    Generates predictions in a synchronous request and response.

    CreateAutomlDeploymentRealtimePredictionHttpError