Type Alias PredictMlDeploymentBatchPredictionHttpResponse

type PredictMlDeploymentBatchPredictionHttpResponse = {
    data: BatchPredictionActionResponse;
    headers: Headers;
    status: 202;
}
Index
headers: Headers
status: 202