getGet a list of top-level resource linksInternal-Use OnlyReturns a list of links to the top-level resources that are surfaced through this API./
headCheck API availabilityInternal-Use OnlyReturns header information and a status of whether the Model Publish service is available./
headCheck if published models existInternal-Use OnlyReturns header information for the list of published models./models
postPublish modelsInternal-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
headCheck if a published model existsInternal-Use OnlyReturns header information for a published model./models/{publishId}
postGet the mapped code for a modelInternal-Use OnlyReturns the code to be able to run the model based on the provided data and mapping information in request./models/{publishId}/mappedCode
getGet Dockerfile metadata for a published modelInternal-Use OnlyReturns the Dockerfile metadata for a model that was published to a container./models/{publishId}/dockerfile
getGet Dockerfile content for a published modelInternal-Use OnlyReturns the Dockerfile content for a model that was published to a container./models/{publishId}/dockerfile/content
getGet manifest for a published objectInternal-Use OnlyReturns the manifest for the object (model, decision, or rule set) that was published to a container./models/{publishId}/modelManifest
getGet deployment descriptor for a published objectInternal-Use OnlyReturns the deployment descriptor for the object (model, decision, or rule set) that was published to a container./models/{publishId}/deploymentDescriptor
getGet deployment descriptor file content for a published objectInternal-Use OnlyReturns the deployment descriptor content for a published object that was published to a container./models/{publishId}/deploymentDescriptor/{descriptorName}
headCheck publishing destinations availabilityInternal-Use OnlyReturns header information for a list of publishing destinations./destinations
getGet a list of publishing destinationsInternal-Use OnlyReturns a list of publishing destinations./destinations
headCheck publishing destination by nameInternal-Use OnlyReturns the header information for a publishing destination by name./destinations/{destinationName}
getGet a publishing destination by nameInternal-Use OnlyReturns a publishing destination by name./destinations/{destinationName}
putUpdate a publishing destinationInternal-Use OnlyUpdates a publishing destination./destinations/{destinationName}
deleteDelete a publishing destinationInternal-Use OnlyDeletes a publishing destination by name./destinations/{destinationName}
getGet a list of Git repository foldersInternal-Use OnlyReturns a list of Git repository folders for the specified destination./destinations/{destinationName}/gitFolders
postCreate a Git repository folderInternal-Use OnlyCreates a Git repository folder within the specified destination./destinations/{destinationName}/gitFolders
putRename a Git repository folderInternal-Use OnlyRename a Git repository folder./destinations/{destinationName}/gitFolders
deleteDelete a Git repository folderInternal-Use OnlyDelete the specified Git repository folder./destinations/{destinationName}/gitFolders/{gitFolderName}