GetBlueprint | R Documentation |
Retrieve a blueprint
GetBlueprint(project, blueprintId)
project |
character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier. |
blueprintId |
character. Id of blueprint to retrieve. |
List with the following four components:
Character string giving the unique DataRobot project identifier
List of character strings, identifying any preprocessing steps included in the blueprint
Character string giving the unique DataRobot blueprint identifier
Character string, specifying the type of model the blueprint builds
Character string. Describes the category of the blueprint and the kind of model it produces.
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
modelId <- "5996f820af07fc605e81ead4"
model <- GetModel(projectId, modelId)
blueprintId <- model$blueprintId
GetBlueprint(projectId, blueprintId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.