TrainingJobAnalytics | R Documentation |
Fetch training curve data from CloudWatch Metrics for a specific training job.
sagemaker.common::AnalyticsMetricsBase
-> TrainingJobAnalytics
CLOUDWATCH_NAMESPACE
CloudWatch namespace to return Training Job Analytics data
name
Name of the TrainingJob being analyzed
new()
Initialize a “TrainingJobAnalytics“ instance.
TrainingJobAnalytics$new( training_job_name, metric_names = NULL, sagemaker_session = NULL, start_time = NULL, end_time = NULL, period = NULL )
training_job_name
(str): name of the TrainingJob to analyze.
metric_names
(list, optional): string names of all the metrics to collect for this training job. If not specified, then it will use all metric names configured for this job.
sagemaker_session
(sagemaker.session.Session): Session object which manages interactions with Amazon SageMaker APIs and any other AWS services needed. If not specified, one is specified using the default AWS configuration chain.
start_time
:
end_time
:
period
:
clear_cache()
Clear the object of all local caches of API methods, so that the next time any properties are accessed they will be refreshed from the service.
TrainingJobAnalytics$clear_cache()
clone()
The objects of this class are cloneable with this method.
TrainingJobAnalytics$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.