Retrieves all settings for a deployed model.
GetDeploymentSettings(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.
For the most up-to-date list, and for details on individual settings, see the API Documentation for /deployments/id/settings # nolint
Other deployment configuration functions:
UpdateDeploymentSettings()