list_jumpstart_tasks: List tasks for JumpStart, and optionally apply filters to...

View source: R/jumpstart_notebook_utils.R

list_jumpstart_tasksR Documentation

List tasks for JumpStart, and optionally apply filters to result.

Description

List tasks for JumpStart, and optionally apply filters to result.

Usage

list_jumpstart_tasks(
  filter = Constant$new(BooleanValues$`TRUE`),
  region = JUMPSTART_DEFAULT_REGION_NAME()
)

Arguments

filter

(Union[Operator, str]): Optional. The filter to apply to list tasks. 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 tasks will be listed. (Default: Constant(BooleanValues$'TRUE')).

region

(str): Optional. The AWS region from which to retrieve JumpStart metadata regarding models. (Default: JUMPSTART_DEFAULT_REGION_NAME()).


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.