UpdateFeaturelist: Update a featurelist

View source: R/Featurelists.R

UpdateFeaturelistR Documentation

Update a featurelist

Description

Updates a featurelist to change the name or description.

Usage

UpdateFeaturelist(featurelist, listName = NULL, description = NULL)

Arguments

featurelist

list. The featurelist to delete.

listName

character. String identifying the new featurelist to be created.

description

character. A user-friendly description to give a featurelist.

Value

A list with the following four elements describing the featurelist created:

featurelistId

Character string giving the unique alphanumeric identifier for the new featurelist.

projectId

Character string giving the projectId identifying the project to which the featurelist was added.

features

Character vector with the names of the variables included in the new featurelist.

name

Character string giving the name of the new featurelist.


datarobot documentation built on Nov. 3, 2023, 1:07 a.m.