GetDeploymentSettings | R Documentation |
Retrieves all settings for a deployed model.
GetDeploymentSettings(deployment)
deployment |
An S3 object representing a model deployment, or the unique ID of such a deployment. |
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:
UpdateDeploymentSettings()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.