| validateReportingPeriodTime {datarobot} | R Documentation |
Helper function for validating reporting period objects used by
the deployment monitoring functions. See GetDeploymentServiceStats,
GetDeploymentAccuracy, GetDeploymentServiceStatsOverTime, and
GetDeploymentAccuracyOverTime.
Description
Helper function for validating reporting period objects used by
the deployment monitoring functions. See GetDeploymentServiceStats,
GetDeploymentAccuracy, GetDeploymentServiceStatsOverTime, and
GetDeploymentAccuracyOverTime.
Usage
validateReportingPeriodTime(timestamp, tsName = "timestamp")
Arguments
timestamp |
character. A timestamp in RFC 3339 format. |
tsName |
character. Optional. Explanation of the timestamp for error messages. |
See Also
Other API datetime functions:
RFC3339DateTimeFormat,
formatRFC3339Timestamp(),
parseRFC3339Timestamp(),
transformRFC3339Period()
[Package datarobot version 2.18.6 Index]