API Methods under "deployment" category


Methods:


POSTcreateDeployment

Creates a deployment with the specified name and description for the specified model or feature group.

POSTcreateDeploymentToken

Creates a deployment token for the specified project.

GETdescribeDeployment

Retrieves a full description of the specified deployment.

GETlistDeployments

Retrieves a list of all deployments in the specified project.

GETlistDeploymentTokens

Retrieves a list of all deployment tokens associated with the specified project.

PATCHupdateDeployment

Updates a deployment's properties.

PATCHrenameDeployment

Updates a deployment's name

POSTsetAutoDeployment

Enable or disable auto deployment for the specified deployment.

PATCHsetDeploymentModelVersion

Promotes a model version and/or algorithm to be the active served deployment version

PATCHsetDeploymentFeatureGroupVersion

Promotes a feature group version to be served in the deployment.

PATCHsetDeploymentPredictionOperatorVersion

Promotes a prediction operator version to be served in the deployment.

POSTstartDeployment

Restarts the specified deployment that was previously suspended.

POSTstopDeployment

Stops the specified deployment.

DELETEdeleteDeployment

Deletes the specified deployment. The deployment's models will not be affected. Note that the deployments are not recoverable after they are deleted.

DELETEdeleteDeploymentToken

Deletes the specified deployment token.

GETgetApiEndpoint

Returns the API endpoint specific to an organization. This function can be utilized using either an API Key or a deployment ID and token for authentication.

POSTsetDeploymentFeatureGroupExportFileConnectorOutput

Sets the export output for the Feature Group Deployment to be a file connector.

POSTsetDeploymentFeatureGroupExportDatabaseConnectorOutput

Sets the export output for the Feature Group Deployment to a Database connector.

POSTremoveDeploymentFeatureGroupExportOutput

Removes the export type that is set for the Feature Group Deployment

GETgetModelTrainingTypesForDeployment

Returns types of models that can be deployed for a given model instance ID.

POSTsetDefaultPredictionArguments

Sets the deployment config.

POSTcreateDeploymentAlert

Create a deployment alert for the given conditions.

GETlistDeploymentAlerts

List the monitor alerts associated with the deployment id.

POSTcreateRealtimeMonitor

Real time monitors compute and monitor metrics of real time prediction data.

POSTupdateRealtimeMonitor

Update the real-time monitor associated with the real-time monitor id.

GETlistRealtimeMonitors

List the real-time monitors associated with the deployment id.

GETdescribeRealtimeMonitor

Get the real-time monitor associated with the real-time monitor id.

DELETEdeleteRealtimeMonitor

Delete the real-time monitor associated with the real-time monitor id.