Type Alias GetMlDeploymentBatchPredictionsHttpResponse

type GetMlDeploymentBatchPredictionsHttpResponse = {
    data: BatchPredictionFindResponse;
    headers: Headers;
    next?: (
        options?: ApiCallOptions,
    ) => Promise<GetMlDeploymentBatchPredictionsHttpResponse>;
    prev?: (
        options?: ApiCallOptions,
    ) => Promise<GetMlDeploymentBatchPredictionsHttpResponse>;
    status: 200;
}
Index

Properties

headers: Headers
next?: (
    options?: ApiCallOptions,
) => Promise<GetMlDeploymentBatchPredictionsHttpResponse>
prev?: (
    options?: ApiCallOptions,
) => Promise<GetMlDeploymentBatchPredictionsHttpResponse>
status: 200