GetDeploymentDriftTrackingSettings: Get drift tracking settings for a deployment.

View source: R/Deployment.R

GetDeploymentDriftTrackingSettingsR Documentation

Get drift tracking settings for a deployment.

Description

Get drift tracking settings for a deployment.

Usage

GetDeploymentDriftTrackingSettings(deploymentId)

Arguments

deploymentId

character. The ID of the deployment.

Value

A list with the following information on drift tracking:

  • associationId

  • predictionIntervals list. A list with two keys:

    • enabled. 'TRUE' if prediction intervals are enabled and 'FALSE' otherwise.

    • percentiles list. A list of percentiles, if prediction intervals are enabled.

  • targetDrift list. A list with one key, 'enabled', which is 'TRUE' if target drift is enabled, and 'FALSE' otherwise.

  • featureDrift list. A list with one key, 'enabled', which is 'TRUE' if feature drift is enabled, and 'FALSE' otherwise.

Examples

## Not run: 
  deploymentId <- "5e319d2e422fbd6b58a5edad"
  GetDeploymentDriftTrackingSettings(deploymentId)

## End(Not run)

datarobot documentation built on Nov. 3, 2023, 1:07 a.m.