AnalyticsMetricsBase | R Documentation |
Base class for tuning job or training job analytics classes. Understands common functionality like persistence and caching.
new()
Initialize a “AnalyticsMetricsBase“ instance.
AnalyticsMetricsBase$new()
export_csv()
ersists the analytics dataframe to a file.
AnalyticsMetricsBase$export_csv(filename)
filename
(str): The name of the file to save to.
dataframe()
A dataframe with lots of interesting results about this object. Created by calling SageMaker List and Describe APIs and converting them into a convenient tabular summary.
AnalyticsMetricsBase$dataframe(force_refresh = FALSE)
force_refresh
(bool): Set to True to fetch the latest data from SageMaker API.
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.
AnalyticsMetricsBase$clear_cache()
format()
format class
AnalyticsMetricsBase$format()
clone()
The objects of this class are cloneable with this method.
AnalyticsMetricsBase$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.