Skip to content

Commit

Permalink
making an admonition for refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Mar 30, 2024
1 parent e185867 commit d20d030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api_classes/meta.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Meta

## Important
Many of the methods below have a `refresh` argument that's defaulted to False. In almost every situation and use case this is the correct default. Setting `refresh` to `True` will lead to fairly substantial performance issues, so don't do it :).

!!! tip inline end "Meta Examples"
Examples of using the Meta class are listed at the bottom of this page [Examples](#examples).

::: sageworks.api.meta


!!! warning inline end "Refresh"
Many of the methods below have a `refresh` argument that's defaulted to False. In almost every situation and use case this is the correct default. Setting `refresh` to `True` will lead to fairly substantial performance issues, so don't do it :).

## Examples
These example show how to use the `Meta()` class to pull lists of artifacts from AWS. DataSources, FeatureSets, Models, Endpoints and more. If you're building a web interface plugin, the **Meta** class is a great place to start.

Expand Down

0 comments on commit d20d030

Please sign in to comment.