Model Publish

Loading...
The Model Publish API provides support for publishing objects to a predefined destination.

Publish

Contains the operations for publishing models.
get
Get a list of top-level resource links
Internal-Use OnlyReturns a list of links to the top-level resources that are surfaced through this API.
/
head
Check API availability
Internal-Use OnlyReturns header information and a status of whether the Model Publish service is available.
/
head
Check if published models exist
Internal-Use OnlyReturns header information for the list of published models.
/models
get
Get a list of published models
Internal-Use OnlyReturns a list of published models.
/models
post
Publish models
Internal-Use OnlyPublish one or more models to a CAS server, Hadoop, SAS Micro Analytic Service, or Teradata, as well as Azure Machine Learning (AML), and container destinations such as Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), and Private Docker.
/models
head
Check if a published model exists
Internal-Use OnlyReturns header information for a published model.
/models/{publishId}
get
Get published models
Internal-Use OnlyReturns published models.
/models/{publishId}
delete
Delete a published model
Internal-Use OnlyDeletes a published model by ID.
/models/{publishId}
post
Get the mapped code for a model
Internal-Use OnlyReturns the code to be able to run the model based on the provided data and mapping information in request.
/models/{publishId}/mappedCode
get
Get Dockerfile metadata for a published model
Internal-Use OnlyReturns the Dockerfile metadata for a model that was published to a container.
/models/{publishId}/dockerfile
get
Get Dockerfile content for a published model
Internal-Use OnlyReturns the Dockerfile content for a model that was published to a container.
/models/{publishId}/dockerfile/content
get
Get a published model log
Internal-Use OnlyReturns a published model log.
/models/{publishId}/log
get
Get manifest for a published object
Internal-Use OnlyReturns the manifest for the object (model, decision, or rule set) that was published to a container.
/models/{publishId}/modelManifest
get
Get deployment descriptor for a published object
Internal-Use OnlyReturns the deployment descriptor for the object (model, decision, or rule set) that was published to a container.
/models/{publishId}/deploymentDescriptor
get
Get deployment descriptor file content for a published object
Internal-Use OnlyReturns the deployment descriptor content for a published object that was published to a container.
/models/{publishId}/deploymentDescriptor/{descriptorName}

Destinations

Contains the operations for publishing destinations.