UpdateDeploymentSettings | R Documentation |
Updates the deployment settings and returns all settings, including those not changed, on success.
UpdateDeploymentSettings(deployment, newSettings, maxWait)
deployment |
An S3 object representing a model deployment, or the unique ID of such a deployment. |
newSettings |
List containing the settings to be modified. Any settings not explicitly defined will be unprocessed. |
Marked as internal since we do not yet want to add this to the package index.
List representing the various settings to be configured on a deployment, including:
object. Information on association ID for tracking deployment accuracy.
See GetDeploymentAssociationId()
logical. Whether challenger models are enabled.
logical. Whether feature drift tracking is enabled. See
GetDeploymentDriftTrackingSettings()
logical. Whether humility rules are enabled.
object. Information on prediction intervals.
object. Information on prediction warning settings.
object. Information on predictions by forecast date.
logical. Whether predictions data is stored.
logical. Whether target drift tracking is enabled.
object. Information on segment analysis settings.
Other deployment configuration functions:
GetDeploymentSettings()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.