Retrieves all settings for a deployed model.
GetDeploymentSettings(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.
An S3 object representing a model deployment, or the unique ID of such a deployment.
Other deployment configuration functions:
UpdateDeploymentSettings()