Sagemaker Metrics
This page documents function available when using the Sagemaker_Metrics module, created with @service Sagemaker_Metrics.
Index
Documentation
Main.Sagemaker_Metrics.batch_put_metrics — Methodbatch_put_metrics(metric_data, trial_component_name)
batch_put_metrics(metric_data, trial_component_name, params::Dict{String,<:Any})Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and retrieved with the GetMetrics API.
Arguments
metric_data: A list of raw metric values to put.trial_component_name: The name of the Trial Component to associate with the metrics.