Learn R Programming

datarobot (version 2.18.6)

DownloadComplianceDocTemplate: Download a compliance doc template (in JSON format).

Description

Download a compliance doc template (in JSON format).

Usage

DownloadComplianceDocTemplate(
  filename = "template.json",
  templateId = NULL,
  type = NULL
)

Value

Nothing returned, but downloads the file to the stated filename.

Arguments

filename

character. Filename of file to save the compliance doc template to.

templateId

character. Optional. The ID of the template to use in generating custom model documentation.

type

character. Optional. The type of compliance doc to get. Can be "normal" to retrieve the default template or "timeSeries" to get the default time series template.