as.dataRobotDeploymentAssociationIdSettings {datarobot}R Documentation

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)

Arguments

apiResponse

List of deployment settings retrieved from the DataRobot API.

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.


[Package datarobot version 2.18.6 Index]