API Methods under "batch_prediction" category


Methods:


POSTcreateBatchPrediction

Creates a batch prediction job description for the given deployment.

POSTstartBatchPrediction

Creates a new batch prediction version job for a given batch prediction job description.

GETdownloadBatchPredictionResultChunk

Returns a stream containing the batch prediction results.

GETgetBatchPredictionConnectorErrors

Returns a stream containing the batch prediction database connection write errors, if any writes failed for the specified batch prediction job.

GETlistBatchPredictions

Retrieves a list of batch predictions in the project.

GETdescribeBatchPrediction

Describe the batch prediction.

GETlistBatchPredictionVersions

Retrieves a list of versions of a given batch prediction

GETdescribeBatchPredictionVersion

Describes a Batch Prediction Version.

POSTupdateBatchPrediction

Update a batch prediction job description.

POSTsetBatchPredictionFileConnectorOutput

Updates the file connector output configuration of the batch prediction

POSTsetBatchPredictionDatabaseConnectorOutput

Updates the database connector output configuration of the batch prediction

POSTsetBatchPredictionFeatureGroupOutput

Creates a feature group and sets it as the batch prediction output.

POSTsetBatchPredictionOutputToConsole

Sets the batch prediction output to the console, clearing both the file connector and database connector configurations.

POSTsetBatchPredictionFeatureGroup

Sets the batch prediction input feature group.

POSTsetBatchPredictionDatasetRemap

For the purpose of this batch prediction, will swap out datasets in the training feature groups

DELETEdeleteBatchPrediction

Deletes a batch prediction and associated data, such as associated monitors.

GETgetBatchPredictionVersionLogs

Retrieves the batch prediction logs.