Learn R Programming

datarobot (version 2.18.6)

as.dataRobotDeploymentAssociationIdSettings: Association ID settings for a deployment.

Description

Helper method to process the response object received from the /deployments/{id}/settings DataRobot API endpoint. See GetDeploymentSettings().

Usage

as.dataRobotDeploymentAssociationIdSettings(apiResponse)

Value

An object classed dataRobotDeploymentAssociationIdSettings

that contains:

columnNames

character. The columns that can be used as association IDs.

requiredInPredictionRequests

logical. Whether the association ID is required in a prediction request.

Arguments

apiResponse

List of deployment settings retrieved from the DataRobot API.