Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchPutMetricsError

import type { BatchPutMetricsError } from "https://aws-api.deno.dev/v0.4/services/sagemakermetrics.ts?docs=full";

An error that occured when putting the metric data.

interface BatchPutMetricsError {
Code?: PutMetricsErrorCode | null;
MetricIndex?: number | null;
}

§Properties

§

The error code of an error that occured when attempting to put metrics.

  • METRIC_LIMIT_EXCEEDED: The maximum amount of metrics per resource is exceeded.
  • INTERNAL_ERROR: An internal error occured.
  • VALIDATION_ERROR: The metric data failed validation.
  • CONFLICT_ERROR: Multiple requests attempted to modify the same data simultaneously.
§
MetricIndex?: number | null
[src]

An index that corresponds to the metric in the request.