Type Alias CreateMlDeploymentBatchPredictionHttpResponse

type CreateMlDeploymentBatchPredictionHttpResponse = {
    data: BatchPredictionPostResponse;
    headers: Headers;
    status: 201;
}
Index
headers: Headers
status: 201