Batch Put Metrics
sagemakermetrics_batch_put_metrics | R Documentation |
Used to ingest training metrics into SageMaker¶
Description¶
Used to ingest training metrics into SageMaker. These metrics can be
visualized in SageMaker Studio and retrieved with the GetMetrics
API.
Usage¶
Arguments¶
TrialComponentName
[required] The name of the Trial Component to associate with the metrics.
MetricData
[required] A list of raw metric values to put.
Value¶
A list with the following syntax:
list(
Errors = list(
list(
Code = "METRIC_LIMIT_EXCEEDED"|"INTERNAL_ERROR"|"VALIDATION_ERROR"|"CONFLICT_ERROR",
MetricIndex = 123
)
)
)