'2.0', 'service' => '
Contains all data plane API operations and data types for Amazon SageMaker Metrics. Use these APIs to put and retrieve (get) features related to your training run.
', 'operations' => [ 'BatchPutMetrics' => 'Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and retrieved with the GetMetrics
API.
An error that occured when putting the metric data.
', 'refs' => [ 'BatchPutMetricsErrorList$member' => NULL, ], ], 'BatchPutMetricsErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchPutMetricsResponse$Errors' => 'Lists any errors that occur when inserting metric data.
', ], ], 'BatchPutMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchPutMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'RawMetricData$Value' => 'The metric value.
', ], ], 'ExperimentEntityName' => [ 'base' => NULL, 'refs' => [ 'BatchPutMetricsRequest$TrialComponentName' => 'The name of the Trial Component to associate with the metrics.
', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'BatchPutMetricsError$MetricIndex' => 'An index that corresponds to the metric in the request.
', ], ], 'MetricName' => [ 'base' => NULL, 'refs' => [ 'RawMetricData$MetricName' => 'The name of the metric.
', ], ], 'PutMetricsErrorCode' => [ 'base' => NULL, 'refs' => [ 'BatchPutMetricsError$Code' => '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.
The raw metric data to associate with the resource.
', 'refs' => [ 'RawMetricDataList$member' => NULL, ], ], 'RawMetricDataList' => [ 'base' => NULL, 'refs' => [ 'BatchPutMetricsRequest$MetricData' => 'A list of raw metric values to put.
', ], ], 'Step' => [ 'base' => NULL, 'refs' => [ 'RawMetricData$Step' => 'The metric step (epoch).
', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'RawMetricData$Timestamp' => 'The time that the metric was recorded.
', ], ], ],];