'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.

', ], 'shapes' => [ 'BatchPutMetricsError' => [ 'base' => '

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.

', ], ], 'RawMetricData' => [ 'base' => '

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.

', ], ], ],];