amazonka-sagemaker-metrics-2.0: Amazon SageMaker Metrics Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMakerMetrics.Lens

Description

 
Synopsis

Operations

BatchPutMetrics

batchPutMetrics_trialComponentName :: Lens' BatchPutMetrics Text Source #

The name of the Trial Component to associate with the metrics.

batchPutMetricsResponse_errors :: Lens' BatchPutMetricsResponse (Maybe (NonEmpty BatchPutMetricsError)) Source #

Lists any errors that occur when inserting metric data.

Types

BatchPutMetricsError

batchPutMetricsError_code :: Lens' BatchPutMetricsError (Maybe PutMetricsErrorCode) Source #

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.

batchPutMetricsError_metricIndex :: Lens' BatchPutMetricsError (Maybe Int) Source #

An index that corresponds to the metric in the request.

RawMetricData

rawMetricData_timestamp :: Lens' RawMetricData UTCTime Source #

The time that the metric was recorded.