View source: R/jumpstart_utils.R
add_single_jumpstart_tag | R Documentation |
Adds “tag_key“ to “curr_tags“ if “uri“ corresponds to a JumpStart model.
add_single_jumpstart_tag(uri, tag_key, curr_tags)
uri |
(str): URI which may correspond to a JumpStart model. |
tag_key |
(enums.JumpStartTag): Custom tag to apply to current tags if the URI corresponds to a JumpStart model. |
curr_tags |
(Optional[List]): Current tags associated with “Estimator“ or “Model“. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.