Function getMlDeploymentBatchPredictions

  • List batch prediction configurations

    Parameters

    • deploymentId: string

      ID of the deployment

    • query: {
          filter?: string;
          limit?: number;
          offset?: number;
          sort?: EnumSortBatchPredictions;
      }

      an object with query parameters

      • Optionalfilter?: string

        Batch prediction fields by which you can filter responses.

        • aliasId UUID string - ID of an alias within the batch prediction
        • createdBy ID string
        • deploymentId UUID string - ID of a deployment of a model associated with the experiment
        • experimentId UUID string - ID of experiment in which model(s) exist
        • experimentVersionId UUID string - ID of experiment version in which model(s) exist
        • modelId UUID string - By model ID
        • ownerId ID string of batch prediction owner
      • Optionallimit?: number
      • Optionaloffset?: number
      • Optionalsort?: EnumSortBatchPredictions
    • Optionaloptions: ApiCallOptions

    Returns Promise<GetMlDeploymentBatchPredictionsHttpResponse>

    GetMlDeploymentBatchPredictionsHttpError