ListComplianceDocTemplates {datarobot}R Documentation

Retrieve information about all compliance doc templates.

Description

Retrieve information about all compliance doc templates.

Usage

ListComplianceDocTemplates(namePart = NULL, limit = NULL, offset = NULL)

Arguments

namePart

character. Return only compliance doc templates that have a name that contains this string.

limit

integer. Return only this many compliance doc templates.

offset

integer. Skip this many compliance doc templates before returning.

Value

list of available compliance doc templates. Contains:

Examples

## Not run: 
 # Get all compliance doc templates
 ListComplianceDocTemplates()
 Get the first three compliance doc templates with names that contain "foo".
 ListComplianceDocTemplates(namePart = "foo", limit = 3)

## End(Not run)

[Package datarobot version 2.18.6 Index]