Awso_sagemaker_metrics_asyncSourceval batch_get_metrics :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sagemaker_metrics.Values.BatchGetMetricsRequest.t ->
(Awso_sagemaker_metrics.Values.BatchGetMetricsResponse.t,
Awso_sagemaker_metrics.Values.BatchGetMetricsResponse.error)
Result.t
Async.Deferred.tval batch_put_metrics :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sagemaker_metrics.Values.BatchPutMetricsRequest.t ->
(Awso_sagemaker_metrics.Values.BatchPutMetricsResponse.t,
Awso_sagemaker_metrics.Values.BatchPutMetricsResponse.error)
Result.t
Async.Deferred.tinclude module type of struct include Awso_sagemaker_metrics.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]An error that occured when putting the metric data.
The raw metric data to associate with the resource.
The result of a query to retrieve training metrics from SageMaker.
Specifies a query to retrieve training metrics from SageMaker.
Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio.
Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio.
Used to retrieve training metrics from SageMaker.
Used to retrieve training metrics from SageMaker.