Type Alias PredictMlDeploymentBatchPredictionHttpResponse

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

Properties

Properties

headers: Headers
status: 202