GetDeploymentSettings {datarobot} | R Documentation |
Retrieves all settings for a deployed model.
Description
Retrieves all settings for a deployed model.
Usage
GetDeploymentSettings(deployment)
Arguments
deployment |
An S3 object representing a model deployment, or the unique ID of such a deployment. |
Value
List representing the various settings to be configured on a deployment, including:
- associationId
object. Information on association ID for tracking deployment accuracy. See
GetDeploymentAssociationId()
- challengerModels
logical. Whether challenger models are enabled.
- featureDrift
logical. Whether feature drift tracking is enabled. See
GetDeploymentDriftTrackingSettings()
- humility
logical. Whether humility rules are enabled.
- predictionIntervals
object. Information on prediction intervals.
- predictionWarning
object. Information on prediction warning settings.
- predictionsByForecastDate
object. Information on predictions by forecast date.
- predictionsDataCollection
logical. Whether predictions data is stored.
- targetDrift
logical. Whether target drift tracking is enabled.
- segmentAnalysis
object. Information on segment analysis settings.
See Also
Other deployment configuration functions:
UpdateDeploymentSettings()