comprehend_list_key_phrases_detection_jobs: Get a list of key phrase detection jobs that you have...

View source: R/comprehend_operations.R

comprehend_list_key_phrases_detection_jobsR Documentation

Get a list of key phrase detection jobs that you have submitted

Description

Get a list of key phrase detection jobs that you have submitted.

See https://www.paws-r-sdk.com/docs/comprehend_list_key_phrases_detection_jobs/ for full documentation.

Usage

comprehend_list_key_phrases_detection_jobs(
  Filter = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

Filter

Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.

NextToken

Identifies the next page of results to return.

MaxResults

The maximum number of results to return in each page. The default is 100.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.