View source: R/jumpstart_notebook_utils.R
list_jumpstart_scripts | R Documentation |
List scripts for JumpStart, and optionally apply filters to result.
list_jumpstart_scripts( filter = Constant$new(BooleanValues$`TRUE`), region = JUMPSTART_DEFAULT_REGION_NAME() )
filter |
(Union[Operator, str]): Optional. The filter to apply to list scripts. This can be
either an “Operator“ type filter (e.g. “And("task == ic", "framework == pytorch")“),
or simply a string filter which will get serialized into an Identity filter.
(e.g. “"task == ic"“). If this argument is not supplied, all scripts will be listed.
(Default: |
region |
(str): Optional. The AWS region from which to retrieve JumpStart metadata regarding
models. (Default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.